Commit 64367542 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

ddraw: Make directdraw create functions hookable.

parent dcacd83a
......@@ -303,7 +303,7 @@ err_out:
* Arguments, return values: See DDRAW_Create
*
***********************************************************************/
HRESULT WINAPI
HRESULT WINAPI DECLSPEC_HOTPATCH
DirectDrawCreate(GUID *GUID,
LPDIRECTDRAW *DD,
IUnknown *UnkOuter)
......@@ -326,7 +326,7 @@ DirectDrawCreate(GUID *GUID,
* Arguments, return values: See DDRAW_Create
*
***********************************************************************/
HRESULT WINAPI
HRESULT WINAPI DECLSPEC_HOTPATCH
DirectDrawCreateEx(GUID *GUID,
LPVOID *DD,
REFIID iid,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment