modified tools/rbuild/backend/mingw/compilers/msc.mak
[reactos.git] / reactos / tools / rbuild / backend / mingw / mingw.h
index 13b2350..feb4a90 100644 (file)
@@ -117,8 +117,8 @@ private:
        void GenerateDirectoryTargets ();
        FILE* fMakefile;
        bool use_pch;
-       bool DetectMicrosoftCompiler ( std::string& version );
-       bool DetectMicrosoftLinker ( std::string& version );
+       bool DetectMicrosoftCompiler ( std::string& version, std::string& path );
+       bool DetectMicrosoftLinker ( std::string& version, std::string& path );
 };