fix build in unspecified build environment - patch by Reuben Perelman reub2000@earthlink.net Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h _____
Modified: trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h --- trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h 2006-01-05 16:32:49 UTC (rev 20583) +++ trunk/reactos/tools/rbuild/backend/mingw/modulehandler.h 2006-01-05 16:35:08 UTC (rev 20584) @@ -88,7 +88,7 @@
std::string GetBasename ( const std::string& filename ) const; FileLocation* GetActualSourceFilename ( const FileLocation* fileLocation ) const; std::string GetExtraDependencies ( const std::string& filename ) const; - std::string MingwModuleHandler::GetCompilationUnitDependencies ( const CompilationUnit& compilationUnit ) const; + std::string GetCompilationUnitDependencies ( const CompilationUnit& compilationUnit ) const; std::string GetModuleArchiveFilename () const; bool IsGeneratedFile ( const File& file ) const; std::string GetImportLibraryDependency ( const Module& importedModule ); @@ -147,7 +147,7 @@ std::string GenerateGccIncludeParameters () const; std::string GenerateGccParameters () const; std::string GenerateNasmParameters () const; - std::string MingwModuleHandler::GetPrecompiledHeaderFilename () const; + std::string GetPrecompiledHeaderFilename () const; void GenerateGccCommand ( const FileLocation* sourceFileLocation, const std::string& extraDependencies, const std::string& cc,