Commit 002446b1 authored by Michael Müller's avatar Michael Müller Committed by Alexandre Julliard

d3d8: Mark one more function as hotpatchable.

parent cc80f1fd
......@@ -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)
{
......
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