projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
crypt32: Add tests for encoding/decoding cert policy constraints.
[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
}