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

@ -40,6 +40,7 @@
#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