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/creator
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/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 4b74e225ec4..d7b2d87ffe8 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -48,7 +48,7 @@
#endif
#ifdef WIN32
-# include <Windows.h>
+# include <windows.h>
# include "utfconv.h"
#endif