mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed warning.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user