TurboRLE: c/c++ header

This commit is contained in:
x
2019-12-21 15:19:30 +01:00
parent 0e8cd0855e
commit 526b5d7362

2
trle.h
View File

@ -25,7 +25,7 @@
**/
#if defined(_MSC_VER) && _MSC_VER < 1600
#include "vs/stdint.h"
#else
#else
#include <stdint.h>
#endif