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 /intern/utfconv
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 'intern/utfconv')
-rw-r--r--intern/utfconv/utf_winfunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/utfconv/utf_winfunc.c b/intern/utfconv/utf_winfunc.c
index 18f0e808562..77209313926 100644
--- a/intern/utfconv/utf_winfunc.c
+++ b/intern/utfconv/utf_winfunc.c
@@ -29,7 +29,7 @@
#include "utf_winfunc.h"
#include <io.h>
-#include <Windows.h>
+#include <windows.h>
#include <wchar.h>