screen.h: remove #include <windows.h>

This commit is contained in:
Thomas Bernard
2020-01-04 17:22:58 +01:00
parent 811cb619b6
commit 3551f6bbc6
6 changed files with 12 additions and 9 deletions

View File

@@ -50,8 +50,8 @@
#if defined(USE_SDL)
#include <SDL_byteorder.h>
#endif
#if defined(WIN32)
#include <windows.h> // GetLogicalDrives(), GetDriveType(), DRIVE_*
#if defined(WIN32) && !defined(USE_SDL) && !defined(USE_SDL2)
#include <windows.h>
#endif
#if defined (__MINT__)
#include <mint/osbind.h>