fix.c : replaced "WIN32" by "_MSC_VER" for int64
This commit is contained in:
parent
06185ea2d1
commit
a1ec600b42
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "fix.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define int64 __int64
|
||||
#else
|
||||
#define int64 long long
|
||||
|
|
Loading…
Reference in New Issue