- Add specific properties to the keyboardlayout module type. They will assist us...
[reactos.git] / reactos / tools / rbuild / rbuild.h
index 3375fbc..cac006b 100644 (file)
@@ -378,6 +378,8 @@ public:
        FileLocation *install;
        std::string description;
        std::string lcid;
+       std::string layoutId;
+       std::string layoutNameResId;
 
        Module ( const Project& project,
                 const XMLElement& moduleNode,