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:
authorThomas Dinges <blender@dingto.org>2013-04-13 13:28:07 +0400
committerThomas Dinges <blender@dingto.org>2013-04-13 13:28:07 +0400
commit6f9495fc2972519d9f962f154dbf65cf415b1d44 (patch)
treedb2071373974e3886b90921535843049a43b3695 /intern/ghost
parentf181952a28f143ad55efc52d69b54c821eea3c46 (diff)
Fix for [#34968] Cross compiling from linux for windows is broken
* Patch by Martijn Berger (juicyfruit).
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SizerWin32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SizerWin32.cpp b/intern/ghost/intern/GHOST_SizerWin32.cpp
index 9aa9ba313e6..a66840f8bd5 100644
--- a/intern/ghost/intern/GHOST_SizerWin32.cpp
+++ b/intern/ghost/intern/GHOST_SizerWin32.cpp
@@ -32,7 +32,7 @@
#include "GHOST_SizerWin32.h"
-#include <Windowsx.h>
+#include <windowsx.h>
#define T_NONE (0)
#define T_SIZE (1)