mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
ddraw: Register the DirectDraw 7 Object.
This commit is contained in:
parent
a1364d11c0
commit
8bbb3d68e1
@ -386,6 +386,12 @@ static struct regsvr_coclass const coclass_list[] = {
|
|||||||
"ddraw.dll",
|
"ddraw.dll",
|
||||||
"Both"
|
"Both"
|
||||||
},
|
},
|
||||||
|
{ &CLSID_DirectDraw7,
|
||||||
|
"DirectDraw 7 Object",
|
||||||
|
NULL,
|
||||||
|
"ddraw.dll",
|
||||||
|
"Both"
|
||||||
|
},
|
||||||
{ &CLSID_DirectDrawClipper,
|
{ &CLSID_DirectDrawClipper,
|
||||||
"DirectDraw Clipper Object",
|
"DirectDraw Clipper Object",
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user