From 1ce45c81303986517a3b09e5f7bbcca4b1f3de87 Mon Sep 17 00:00:00 2001 From: "KJK::Hyperion" Date: Sun, 7 Jun 2009 23:39:15 +0000 Subject: [PATCH] Fix no-op code for UNIX hosts svn path=/trunk/; revision=41344 --- reactos/tools/rbuild/backend/mingw/mstools_detection.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp b/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp index 9daaa778bb9..584f9c51dd6 100644 --- a/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp +++ b/reactos/tools/rbuild/backend/mingw/mstools_detection.cpp @@ -2268,6 +2268,10 @@ MingwBackend::DetectMicrosoftLinker ( std::string& version ) // TODO? attempt to support Microsoft tools on non-Windows? #if !defined(WIN32) +#include "../../pch.h" + +#include "mingw.h" + bool MingwBackend::DetectMicrosoftCompiler ( std::string& ) {