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

@@ -534,7 +534,7 @@ void Clear_border(byte color)
}
#ifdef WIN32
HWND GFX2_Get_Window_Handle(void)
void * GFX2_Get_Window_Handle(void)
{
SDL_SysWMinfo wminfo;