need strtoll defined as _strtoi64 to build on windows
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user