win32: avoid taking 100% CPU time
This commit is contained in:
@@ -57,6 +57,10 @@
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
#endif
|
||||
#if defined(WIN32)
|
||||
#include <windows.h>
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#if defined(USE_SDL) || defined(USE_SDL2)
|
||||
#include <SDL_image.h>
|
||||
|
||||
Reference in New Issue
Block a user