[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [56004] trunk/blender/intern/ghost/intern/ GHOST_SizerWin32.cpp: Fix for [#34968] Cross compiling from linux for windows is broken

Thomas Dinges blender at dingto.org
Sat Apr 13 11:28:08 CEST 2013


Revision: 56004
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=56004
Author:   dingto
Date:     2013-04-13 09:28:07 +0000 (Sat, 13 Apr 2013)
Log Message:
-----------
Fix for [#34968] Cross compiling from linux for windows is broken
* Patch by Martijn Berger (juicyfruit).

Modified Paths:
--------------
    trunk/blender/intern/ghost/intern/GHOST_SizerWin32.cpp

Modified: trunk/blender/intern/ghost/intern/GHOST_SizerWin32.cpp
===================================================================
--- trunk/blender/intern/ghost/intern/GHOST_SizerWin32.cpp	2013-04-13 09:27:03 UTC (rev 56003)
+++ trunk/blender/intern/ghost/intern/GHOST_SizerWin32.cpp	2013-04-13 09:28:07 UTC (rev 56004)
@@ -32,7 +32,7 @@
 
 
 #include "GHOST_SizerWin32.h"
-#include <Windowsx.h>
+#include <windowsx.h>
 
 #define T_NONE (0)
 #define T_SIZE (1)




More information about the Bf-blender-cvs mailing list