reactos/dll/directx/wine/dinput/dinput_classes.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
421 B
Plaintext

HKCR
{
NoRemove Interface
{
}
NoRemove CLSID
{
'{25E609E0-B259-11CF-BFC7-444553540000}' = s 'DirectInput Object'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
'{25E609E1-B259-11CF-BFC7-444553540000}' = s 'DirectInputDevice Object'
{
InprocServer32 = s '%MODULE%' { val ThreadingModel = s 'Both' }
}
}
}