need strtoll defined as _strtoi64 to build on windows

This commit is contained in:
Campbell Barton 2009-04-12 10:56:36 +00:00
parent 5b306b7541
commit ee24c829b5

@ -39,7 +39,8 @@
#include "IfExpr.h" #include "IfExpr.h"
#if defined(WIN32) || defined(WIN64) #if defined(WIN32) || defined(WIN64)
#define strcasecmp _stricmp #define strcasecmp _stricmp
#define strtoll _strtoi64
#endif /* Def WIN32 or Def WIN64 */ #endif /* Def WIN32 or Def WIN64 */
#define NUM_PRIORITY 6 #define NUM_PRIORITY 6