Merge pull request #1501 from binex-dsk/patch-1

fix windows build
This commit is contained in:
Lenny McLennington 2022-11-14 04:08:10 +00:00 committed by GitHub
commit cfe8f6ce9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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