Fix no-op code for UNIX hosts

svn path=/trunk/; revision=41344
This commit is contained in:
KJK::Hyperion 2009-06-07 23:39:15 +00:00
parent 4a745139c1
commit 1ce45c8130

View file

@ -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& )
{