Fix building on MSYS2 with QT6

This commit is contained in:
GH Cao
2025-08-31 00:50:18 +08:00
parent 3338a59283
commit 1c9436c0f1
3 changed files with 6 additions and 3 deletions

View File

@@ -62,6 +62,10 @@
# include <CoreGraphics/CoreGraphics.h>
#endif
#ifdef Q_OS_WINDOWS
# include <windows.h>
#endif
extern "C" {
#include <86box/86box.h>
#include <86box/config.h>