From b0aeafc91ee1b51ea6cd1111d9a7599a2232f2fb Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Sat, 24 Sep 2011 20:01:04 +0000 Subject: [PATCH] - Commit forgotten file... svn path=/trunk/; revision=53845 --- reactos/tools/rbuild/backend/mingw/mingw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/tools/rbuild/backend/mingw/mingw.h b/reactos/tools/rbuild/backend/mingw/mingw.h index aebeb57872a..49738f8fa15 100644 --- a/reactos/tools/rbuild/backend/mingw/mingw.h +++ b/reactos/tools/rbuild/backend/mingw/mingw.h @@ -59,6 +59,8 @@ public: std::string GetFullName ( const FileLocation& file ) const; std::string GetFullPath ( const FileLocation& file ) const; + std::string GetRegistrySourceFiles () const; + std::string GetRegistryTargetFiles () const; private: void CreateMakefile (); @@ -108,8 +110,6 @@ private: void OutputInstallTarget ( const FileLocation& source, const FileLocation& target ); void OutputNonModuleInstallTargets (); void OutputModuleInstallTargets (); - std::string GetRegistrySourceFiles (); - std::string GetRegistryTargetFiles (); void OutputRegistryInstallTarget (); void GenerateInstallTarget (); void GetModuleTestTargets ( std::vector& out ) const;