This commit is contained in:
Christoph Gohlke 2013-09-27 15:03:36 -07:00
commit 3605f4beb1

View File

@ -14,6 +14,7 @@
#ifdef _MSC_VER
typedef unsigned __int32 uint32_t;
typedef unsigned __int64 uint64_t;
#else
#include <stdint.h>
#endif