reactos/dll/win32/atl/atl.rgs
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

18 lines
393 B
Plaintext

HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{44EC053A-400F-11D0-9DCD-00A0C90391D3}' = s 'Registrar Class'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
ProgId = s 'ATL.Registrar'
}
}
'ATL.Registrar' = s 'Registrar Class'
{
CLSID = s '{44EC053A-400F-11D0-9DCD-00A0C90391D3}'
}
}