Pushed minimum Windows version to Windows 7

This commit is contained in:
Mario Liebisch 2022-10-25 10:18:35 +02:00
parent d5ac834bae
commit 3e1031e3d4
No known key found for this signature in database
GPG Key ID: 32B56AC1F87EFBF9

View File

@ -34,15 +34,15 @@
#endif #endif
#ifndef _WIN32_WINDOWS #ifndef _WIN32_WINDOWS
#define _WIN32_WINDOWS 0x0501 #define _WIN32_WINDOWS 0x0601
#endif #endif
#ifndef _WIN32_WINNT #ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0501 #define _WIN32_WINNT 0x0601
#endif #endif
#ifndef WINVER #ifndef WINVER
#define WINVER 0x0501 #define WINVER 0x0601
#endif #endif
#include <windows.h> #include <windows.h>