Sync with trunk r63174.
[reactos.git] / dll / win32 / atl / atl.rgs
index 8b1d476..566bd5e 100644 (file)
@@ -1,17 +1,18 @@
 HKCR
 {
-    ATL.Registrar = s 'Registrar Class'
+    NoRemove Interface
     {
-        CLSID = s '%CLSID_ATLRegistrar%'
     }
-    NoRemove CLSID {
-        ForceRemove '%CLSID_ATLRegistrar%' = s 'Registrar Class'
+    NoRemove CLSID
+    {
+        '{44EC053A-400F-11D0-9DCD-00A0C90391D3}' = s 'Registrar Class'
         {
-            ProgID = s 'ATL.Registrar'
-            InprocServer32 = s '%MODULE%'
-            {
-               val ThreadingModel = s 'Both' 
-            }
+            InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
+            ProgId = s 'ATL.Registrar'
         }
     }
-}
+    'ATL.Registrar' = s 'Registrar Class'
+    {
+        CLSID = s '{44EC053A-400F-11D0-9DCD-00A0C90391D3}'
+    }
+}
\ No newline at end of file