to compile under MS Visual C++ 2010
This commit is contained in:
parent
14fcd342f7
commit
8061d7c470
@ -21,6 +21,9 @@
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#include <windows.h>
|
||||
#if _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#endif
|
||||
#if defined(USE_SDL2)
|
||||
#include <SDL.h>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user