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:
authorClément Foucault <foucault.clem@gmail.com>2018-07-19 18:20:48 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-19 18:20:48 +0300
commit94722121e572bc8ac4863ae7cdaf26386695202d (patch)
treef36a0d0a43b2678d37d94fc5617688843413d974 /source/blender/windowmanager/intern/wm_init_exit.c
parent44c7a7cf8bb64f58739b808ef6e80a224bfa9015 (diff)
Fix MSVC compilation error in a less hacky way
Diffstat (limited to 'source/blender/windowmanager/intern/wm_init_exit.c')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index 7643086e30a..c51d4c5534a 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -35,8 +35,8 @@
#include <string.h>
#ifdef _WIN32
+# define WIN32_LEAN_AND_MEAN
# include <windows.h>
-# undef interface /* fix conflict with GPU_batch.h */
#endif
#include "MEM_guardedalloc.h"