const.h: do not include <windows.h> anymore

This commit is contained in:
Thomas Bernard
2019-05-22 13:31:12 +02:00
parent 0f2153118a
commit 9847110fe4
3 changed files with 2 additions and 20 deletions

View File

@@ -22,6 +22,7 @@
*/
#include <string.h>
#include <limits.h>
#if defined(USE_SDL) || defined(USE_SDL2)
#include <SDL.h>
#if (defined(SDL_VIDEO_DRIVER_X11) && !defined(NO_X11)) || defined(__WIN32__)