Fixes win_build and VS/cmake build problems

This commit is contained in:
Lew Rossman
2019-02-11 14:30:15 -05:00
parent d6d244d4d2
commit 3eb9a68783
6 changed files with 5 additions and 14 deletions

View File

@@ -19,9 +19,7 @@
#include <stdlib.h>
#endif
#undef WINDOWS
#ifdef _WIN32
#define WINDOWS
#define snprintf _snprintf
#endif