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…
==============================================================================
--- 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& )
{