[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [28253] branches/soc-2008-mxcurioni/source /blender/freestyle/intern/application/AppView.cpp: Fixed a compilation issue with MinGW.

Tamito Kajiyama rd6t-kjym at asahi-net.or.jp
Sun Apr 18 12:25:46 CEST 2010


Revision: 28253
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=28253
Author:   kjym3
Date:     2010-04-18 12:25:44 +0200 (Sun, 18 Apr 2010)

Log Message:
-----------
Fixed a compilation issue with MinGW.  The commit 28081 was reverting
the workaround for name conflicts in the commit 23871 with regard to
#include "BLI_jitter.h" in AppView.cpp.

Modified Paths:
--------------
    branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp

Modified: branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp
===================================================================
--- branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp	2010-04-18 09:12:18 UTC (rev 28252)
+++ branches/soc-2008-mxcurioni/source/blender/freestyle/intern/application/AppView.cpp	2010-04-18 10:25:44 UTC (rev 28253)
@@ -19,12 +19,11 @@
 //
 ///////////////////////////////////////////////////////////////////////////////
 
-#include "Controller.h"
-
 extern "C" {
 #include "BLI_jitter.h"
 }
 
+#include "Controller.h"
 #include <iostream>
 #include "../stroke/Canvas.h"
 #include "AppView.h"





More information about the Bf-blender-cvs mailing list