to compile under MS Visual C++ 2010

This commit is contained in:
Thomas Bernard 2018-12-13 10:07:47 +01:00
parent 14fcd342f7
commit 8061d7c470

View File

@ -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>