[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34167] trunk/blender/source/blender/ blenlib/intern/winstuff.c: More Windows+mingw compiling fixes:

Joshua Leung aligorith at gmail.com
Sat Jan 8 00:54:59 CET 2011


Revision: 34167
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=34167
Author:   aligorith
Date:     2011-01-07 23:54:58 +0000 (Fri, 07 Jan 2011)
Log Message:
-----------
More Windows+mingw compiling fixes:
FILE_FILE_MAXDIR/FILE were undefined. Restoring BKE_utildefines.h
include to make this work again in the meantime.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/winstuff.c

Modified: trunk/blender/source/blender/blenlib/intern/winstuff.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/winstuff.c	2011-01-07 23:47:12 UTC (rev 34166)
+++ trunk/blender/source/blender/blenlib/intern/winstuff.c	2011-01-07 23:54:58 UTC (rev 34167)
@@ -36,6 +36,9 @@
 #include "MEM_guardedalloc.h"
 #include "BLI_path_util.h"
 #include "BLI_string.h"
+
+#include "BKE_utildefines.h"
+
 #define WIN32_SKIP_HKEY_PROTECTION		// need to use HKEY
 #include "BLI_winstuff.h"
 




More information about the Bf-blender-cvs mailing list