Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-10-21 11:21:34 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2010-10-21 11:21:34 +0400
commit6fc16a6e44b704c34b2f0a3c65318fdd01491382 (patch)
tree682cab96777336eb7884d9c1509a21fa1172f164 /source/blender/blenlib/BLI_winstuff.h
parent6e43a400e32f0e75176a8c573a1eb93cd4e6b7b8 (diff)
Silence warning about macro redefinition
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index e8689895735..b66790f701f 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -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