Silence warning about macro redefinition

This commit is contained in:
Nathan Letwory
2010-10-21 07:21:34 +00:00
parent 6e43a400e3
commit 6fc16a6e44

View File

@@ -41,6 +41,7 @@
#define WIN32_LEAN_AND_MEAN
#ifndef WIN32_SKIP_HKEY_PROTECTION
#undef HKEY
#define HKEY WIN32_HKEY // prevent competing definitions
#include <windows.h>
#undef HKEY