Change in the IFDEF due to error with Windows users
This commit is contained in:
parent
c74313aa15
commit
4f83e82a74
|
@ -26,7 +26,7 @@
|
|||
|
||||
#include "fix.h"
|
||||
|
||||
#ifdef DAVID_WIN32
|
||||
#ifdef WIN32
|
||||
#define int64 __int64
|
||||
#else
|
||||
#define int64 long long
|
||||
|
|
Loading…
Reference in New Issue