d3d8: Mark one more function as hotpatchable.

This commit is contained in:
Michael Müller 2015-02-28 21:24:54 +01:00 committed by Alexandre Julliard
parent cc80f1fd9f
commit 002446b1e7
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ static ULONG WINAPI d3d8_swapchain_Release(IDirect3DSwapChain8 *iface)
return ref;
}
static HRESULT WINAPI d3d8_swapchain_Present(IDirect3DSwapChain8 *iface,
static HRESULT WINAPI DECLSPEC_HOTPATCH d3d8_swapchain_Present(IDirect3DSwapChain8 *iface,
const RECT *src_rect, const RECT *dst_rect, HWND dst_window_override,
const RGNDATA *dirty_region)
{