ddraw: Make directdraw create functions hookable.
This commit is contained in:
parent
dcacd83a82
commit
64367542d0
|
@ -303,7 +303,7 @@ err_out:
|
||||||
* Arguments, return values: See DDRAW_Create
|
* Arguments, return values: See DDRAW_Create
|
||||||
*
|
*
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
HRESULT WINAPI
|
HRESULT WINAPI DECLSPEC_HOTPATCH
|
||||||
DirectDrawCreate(GUID *GUID,
|
DirectDrawCreate(GUID *GUID,
|
||||||
LPDIRECTDRAW *DD,
|
LPDIRECTDRAW *DD,
|
||||||
IUnknown *UnkOuter)
|
IUnknown *UnkOuter)
|
||||||
|
@ -326,7 +326,7 @@ DirectDrawCreate(GUID *GUID,
|
||||||
* Arguments, return values: See DDRAW_Create
|
* Arguments, return values: See DDRAW_Create
|
||||||
*
|
*
|
||||||
***********************************************************************/
|
***********************************************************************/
|
||||||
HRESULT WINAPI
|
HRESULT WINAPI DECLSPEC_HOTPATCH
|
||||||
DirectDrawCreateEx(GUID *GUID,
|
DirectDrawCreateEx(GUID *GUID,
|
||||||
LPVOID *DD,
|
LPVOID *DD,
|
||||||
REFIID iid,
|
REFIID iid,
|
||||||
|
|
Loading…
Reference in New Issue