fix.c : replaced "WIN32" by "_MSC_VER" for int64
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "fix.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#ifdef _MSC_VER
|
||||
#define int64 __int64
|
||||
#else
|
||||
#define int64 long long
|
||||
|
||||
Reference in New Issue
Block a user