MSVC compilation fix

This commit is contained in:
Volker Ruppert 2014-02-06 22:00:29 +00:00
parent 349dba4b46
commit a9e3a657f7

View File

@ -94,6 +94,7 @@ extern "C" {
#define strrev _strrev
#define stricmp _stricmp
#define getch _getch
#define strtoll _strtoi64
#define strtoull _strtoui64
#endif