Windows compatibility
This commit is contained in:
parent
d06072ff46
commit
07c68e2d68
@ -69,4 +69,6 @@
|
||||
#define FLOAT32 float
|
||||
#define FLOAT64 double
|
||||
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef signed __int64 int64_t;
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user