fix(InstanceList): include lowercase windows.h

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2026-03-16 01:42:59 +05:00
parent 14ca5f15f2
commit 764600704d
No known key found for this signature in database
GPG key ID: B77C34313AEE1FFF

View file

@ -64,7 +64,7 @@
#include "settings/INISettingsObject.h"
#ifdef Q_OS_WIN32
#include <Windows.h>
#include <windows.h>
#endif
const static int GROUP_FILE_FORMAT_VERSION = 1;