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)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to