COMP: Fix compilation on mingw (already had itoa) and borland (need __int64)
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
|
||||
#include "fix.h"
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||
#define int64 __int64
|
||||
#else
|
||||
#define int64 long long
|
||||
|
||||
Reference in New Issue
Block a user