- Added missing int32_t definition

This commit is contained in:
Paul Bakker 2012-10-01 20:57:38 +00:00
parent 93784e12ae
commit 9ef6e2bfb6

View File

@ -36,6 +36,7 @@
#include <basetsd.h>
typedef INT16 int16_t;
typedef UINT16 uint16_t;
typedef INT32 int32_t;
typedef UINT32 uint32_t;
typedef UINT64 uint64_t;
#else