Fixed warning.
This commit is contained in:
parent
dc2f5e1e96
commit
0ac00d9545
@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
|
||||||
#if !defined(HMONITOR_DECLARED) && (WINVER < 0x0500)
|
#if !defined(HMONITOR_DECLARED) && (!defined(WINVER) || WINVER < 0x0500)
|
||||||
#define HMONITOR_DECLARED
|
#define HMONITOR_DECLARED
|
||||||
DECLARE_HANDLE(HMONITOR);
|
DECLARE_HANDLE(HMONITOR);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user