diff --git a/dlls/atl/atl.rgs b/dlls/atl/atl.rgs index 939be7ef168..8b1d476b20d 100644 --- a/dlls/atl/atl.rgs +++ b/dlls/atl/atl.rgs @@ -8,9 +8,9 @@ HKCR ForceRemove '%CLSID_ATLRegistrar%' = s 'Registrar Class' { ProgID = s 'ATL.Registrar' - InprocServer = s '%MODULE%' + InprocServer32 = s '%MODULE%' { - ThreadingModel = s 'Both' + val ThreadingModel = s 'Both' } } }