mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 12:42:34 +01:00
Fixed Windows build.
This commit is contained in:
committed by
Бранимир Караџић
parent
680981f57e
commit
b6eed38790
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user