user32/tests: Restructure the DDE end-to-end tests to make it easier to add new cases.
[wine] / dlls / atl / atl.rgs
1 HKCR
2 {
3     ATL.Registrar = s 'Registrar Class'
4     {
5         CLSID = s '%CLSID_ATLRegistrar%'
6     }
7     NoRemove CLSID {
8         ForceRemove '%CLSID_ATLRegistrar%' = s 'Registrar Class'
9         {
10             ProgID = s 'ATL.Registrar'
11             InprocServer32 = s '%MODULE%'
12             {
13                val ThreadingModel = s 'Both' 
14             }
15         }
16     }
17 }