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

@@ -26,7 +26,7 @@
#include "text.h"
#include "enumstxt.h"
#ifdef WINDOWS
#ifdef _WIN32
#define snprintf _snprintf
#endif