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:
Diffstat (limited to 'source/blender/blenlib/BLI_winstuff.h')
-rw-r--r--source/blender/blenlib/BLI_winstuff.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/blender/blenlib/BLI_winstuff.h b/source/blender/blenlib/BLI_winstuff.h
index 67b15af321a..4666151f84a 100644
--- a/source/blender/blenlib/BLI_winstuff.h
+++ b/source/blender/blenlib/BLI_winstuff.h
@@ -31,14 +31,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
-#else
-# include <windows.h>
-#endif
+#include <windows.h>
#undef near
#undef far