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& ) {
On Sun, Jun 7, 2009 at 7:39 PM, hyperion@svn.reactos.org wrote:
+#include "../../pch.h"
This is really minor but can you fix it by changing the -I path?
Thanks