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:18:08 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-19 18:18:19 +0300
commit44c7a7cf8bb64f58739b808ef6e80a224bfa9015 (patch)
treec1c2af42176ad74bb9c7b13488612ab53df24cb2 /source/blender
parentca0ecf4c08681753b640482c03dfb3239a37157e (diff)
Fix compilation error with MSVC
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/windowmanager/intern/wm_init_exit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/windowmanager/intern/wm_init_exit.c b/source/blender/windowmanager/intern/wm_init_exit.c
index f7d6561e17f..7643086e30a 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -36,6 +36,7 @@
#ifdef _WIN32
# include <windows.h>
+# undef interface /* fix conflict with GPU_batch.h */
#endif
#include "MEM_guardedalloc.h"