UI: Use platform.h for snprintf

This allows snprintf to be used in any file in the UI.
This commit is contained in:
jp9000
2015-06-23 19:21:06 -07:00
parent 8273d2cf6f
commit cb6c90a02c

View File

@@ -38,9 +38,6 @@
#ifdef _WIN32
#include <windows.h>
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#else
#include <signal.h>
#endif