Fixed compile issue on Windows

This commit is contained in:
Matt Hill
2015-03-21 17:51:20 -04:00
parent 196d8a0cf0
commit 19d0e55727

View File

@@ -30,7 +30,7 @@
#define STDOUT_FILENO 1
#define STDERR_FILENO 2
/* should be in some equivalent to <sys/types.h> */
typedef __int8 int8_t;
//typedef __int8 int8_t;
typedef __int16 int16_t;
typedef __int32 int32_t;
typedef __int64 int64_t;