add INT32 check for dos builds

This commit is contained in:
Alam Ed Arias 2016-11-14 22:04:40 -05:00
parent d236f1414a
commit 6a723b2e75

View file

@ -15,8 +15,10 @@
#define INT32 __int32
#else
#include <stdint.h>
#ifndef INT32
#define INT32 int32_t
#endif
#endif
/*