Commit e51017b0 authored by jan.koester's avatar jan.koester
Browse files

inital support regedit

parent 81309fcd
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -76,10 +76,6 @@ namespace confplus {
        return it == s.end();
    }
    
   /**
     * @brief Rekursive Funktion zum Laden von Werten und Subkeys aus der Registry.
     * KORREKTUR: Verwendet std::unique_ptr und robustes ERROR_NO_MORE_ITEMS-Muster.
     */
  void loadKeyRecursiveA(Config* conf, HKEY hKey, const std::string& currentConfigPath) {
        
        DWORD dwValues, dwSubKeys, dwMaxValueNameLen, dwMaxValueLen, dwMaxSubKeyLen;