Silence warning about macro redefinition
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
#define WIN32_LEAN_AND_MEAN
|
#define WIN32_LEAN_AND_MEAN
|
||||||
|
|
||||||
#ifndef WIN32_SKIP_HKEY_PROTECTION
|
#ifndef WIN32_SKIP_HKEY_PROTECTION
|
||||||
|
#undef HKEY
|
||||||
#define HKEY WIN32_HKEY // prevent competing definitions
|
#define HKEY WIN32_HKEY // prevent competing definitions
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#undef HKEY
|
#undef HKEY
|
||||||
|
Reference in New Issue
Block a user