Windows compatibility

This commit is contained in:
wiredfool 2014-07-05 15:06:17 -07:00
parent b7f56409eb
commit 1008d6a993

View File

@ -69,4 +69,6 @@
#define FLOAT32 float
#define FLOAT64 double
#ifdef _MSC_VER
typedef signed __int64 int64_t;
#endif