Support for non-standard module base addresses
[reactos.git] / reactos / tools / rbuild / rbuild.h
index 42fe4fa..99d624f 100644 (file)
@@ -122,6 +122,7 @@ public:
        std::string name;\r
        std::string extension;\r
        std::string entrypoint;\r
        std::string name;\r
        std::string extension;\r
        std::string entrypoint;\r
+       std::string baseaddress;\r
        std::string path;\r
        ModuleType type;\r
        ImportLibrary* importLibrary;\r
        std::string path;\r
        ModuleType type;\r
        ImportLibrary* importLibrary;\r
@@ -157,6 +158,7 @@ public:
 private:\r
        std::string GetDefaultModuleExtension () const;\r
        std::string GetDefaultModuleEntrypoint () const;\r
 private:\r
        std::string GetDefaultModuleExtension () const;\r
        std::string GetDefaultModuleEntrypoint () const;\r
+       std::string GetDefaultModuleBaseaddress () const;\r
        void ProcessXMLSubElement ( const XMLElement& e,\r
                                    const std::string& path,\r
                                    If* pIf = NULL );\r
        void ProcessXMLSubElement ( const XMLElement& e,\r
                                    const std::string& path,\r
                                    If* pIf = NULL );\r