Add ifdef for mingw compilation

This commit is contained in:
Jonathan Bennett
2016-01-10 22:48:07 -06:00
parent 82faacfb8e
commit 83961750b3
+3 -1
View File
@@ -107,7 +107,9 @@
#define S_IWUSR _S_IWRITE
#define PATH_SEP '\\'
// --DSS needed for VS versions before 2010
typedef __int8 int8_t;
#ifndef __MINGW32__
typedef __int8 int8_t;
#endif
typedef unsigned __int8 uint8_t;
typedef __int16 int16_t;
typedef unsigned __int16 uint16_t;