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

@@ -49,7 +49,7 @@ static int Windows_DIB_height = 0;
static HWND Win32_hwnd = NULL;
static int Win32_Is_Fullscreen = 0;
HWND GFX2_Get_Window_Handle()
void * GFX2_Get_Window_Handle()
{
return Win32_hwnd;
}