Proper (?) windows compile fix

This commit is contained in:
Rob Campbell
2009-01-05 22:02:30 +00:00
parent 3f800ece3d
commit d498ec08f1
+1
View File
@@ -12,6 +12,7 @@
#include <stddef.h>
#if defined(_WIN32)
typedef unsigned int uint32_t;
typedef int int32_t;
#else
#include <inttypes.h>
#endif