[ros-diffs] [hyperion] 41344: Fix no-op code for UNIX hosts

hyperion at svn.reactos.org hyperion at svn.reactos.org
Mon Jun 8 01:39:16 CEST 2009


Author: hyperion
Date: Mon Jun  8 03:39:15 2009
New Revision: 41344

URL: http://svn.reactos.org/svn/reactos?rev=41344&view=rev
Log:
Fix no-op code for UNIX hosts

Modified:
    trunk/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp

Modified: trunk/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp?rev=41344&r1=41343&r2=41344&view=diff
==============================================================================
--- trunk/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp [iso-8859-1] (original)
+++ trunk/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp [iso-8859-1] Mon Jun  8 03:39:15 2009
@@ -2268,6 +2268,10 @@
 // TODO? attempt to support Microsoft tools on non-Windows?
 #if !defined(WIN32)
 
+#include "../../pch.h"
+
+#include "mingw.h"
+
 bool
 MingwBackend::DetectMicrosoftCompiler ( std::string& )
 {



More information about the Ros-diffs mailing list