reactos/dll/win32/wmiutils/wmiutils_classes.rgs
Colin Finck 950c86fb4c Fix remaining text file line endings in the tree. (#18)
Based on https://stackoverflow.com/a/1511273

Also enforce CRLF for all *.xml files in our tree, because they are distributed with ReactOS.
2017-10-06 15:00:36 +02:00

17 lines
403 B
Plaintext

HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{CF4CC405-E2C5-4DDD-B3CE-5E7582D8C9FA}' = s 'WbemDefPath'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
'{EB87E1BD-3233-11D2-AEC9-00C04FB68820}' = s 'WbemStatusCode'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
}
}