Browse Source

UI: Use platform.h for snprintf

This allows snprintf to be used in any file in the UI.
jp9000 10 years ago
parent
commit
cb6c90a02c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      obs/obs-app.cpp

+ 0 - 3
obs/obs-app.cpp

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