Change in the IFDEF due to error with Windows users

This commit is contained in:
Yannick Verschueren 2004-04-19 13:11:33 +00:00
parent c74313aa15
commit 4f83e82a74
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "fix.h"
#ifdef DAVID_WIN32
#ifdef WIN32
#define int64 __int64
#else
#define int64 long long