Fixed Windows build.

This commit is contained in:
Branimir Karadžić
2025-10-24 16:26:13 -07:00
committed by Бранимир Караџић
parent 680981f57e
commit b6eed38790

View File

@@ -215,7 +215,7 @@ typedef struct DXGI_ADAPTER_DESC
LUID AdapterLuid;
} DXGI_ADAPTER_DESC;
#if !defined(HMONITOR_DECLARED) && !defined(HMONITOR)
#if !defined(HMONITOR_DECLARED) && !defined(HMONITOR) && (!defined(WINVER) || WINVER < 0x0500)
#define HMONITOR_DECLARED
#if 0
typedef HANDLE HMONITOR;