this should fix building with mingw

This commit is contained in:
Campbell Barton 2009-04-12 22:05:09 +00:00
parent 5b07f06136
commit 066098dfec

@ -40,7 +40,11 @@
#if defined(WIN32) || defined(WIN64)
#define strcasecmp _stricmp
#ifndef strtoll
#define strtoll _strtoi64
#endif
#endif /* Def WIN32 or Def WIN64 */
#define NUM_PRIORITY 6