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:
authorCampbell Barton <ideasman42@gmail.com>2013-02-19 16:05:38 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-19 16:05:38 +0400
commit0528162eb691e9d0de39b5f72c427a4d96542f64 (patch)
treeb2f8a975b6c5771204ef3f04784f7e2279f608e1 /source/blender/windowmanager/intern/wm_init_exit.c
parent0f359c41ead3d1724b8b6e53bcff067137b219a6 (diff)
patch [#34320] Cross compiling with mingw-w64 on ubuntu
from Martijn Berger (juicyfruit) applying since this is only corrects header case which is ignored on windows anyway.
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 de0da3df868..da0c6dd2a63 100644
--- a/source/blender/windowmanager/intern/wm_init_exit.c
+++ b/source/blender/windowmanager/intern/wm_init_exit.c
@@ -33,7 +33,7 @@
#include <string.h>
#ifdef WIN32
-# include <Windows.h>
+# include <windows.h>
#endif
#include "MEM_guardedalloc.h"