Fixed warning.

This commit is contained in:
Бранимир Караџић 2022-09-17 21:47:11 -07:00
parent dc2f5e1e96
commit 0ac00d9545

View File

@ -42,7 +42,7 @@
#include <windows.h>
#if !defined(HMONITOR_DECLARED) && (WINVER < 0x0500)
#if !defined(HMONITOR_DECLARED) && (!defined(WINVER) || WINVER < 0x0500)
#define HMONITOR_DECLARED
DECLARE_HANDLE(HMONITOR);
#endif