Fix Windows.h not found when building on Linux with MinGW

This commit is contained in:
GH Cao
2020-05-13 01:39:57 +08:00
committed by David Hrdlička
parent 80529c41e1
commit 870671586d

View File

@@ -2,7 +2,7 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <Windows.h>
#include <windows.h>
#include <86box/86box.h>
#include <86box/cdrom.h>
#include <86box/config.h>
@@ -526,4 +526,4 @@ HMENU
media_menu_get_mo(int id)
{
return menus[MO_FIRST + id];
}
}