diff --git a/dlls/d3d8/swapchain.c b/dlls/d3d8/swapchain.c index 067a3e00bd1..44fc02aface 100644 --- a/dlls/d3d8/swapchain.c +++ b/dlls/d3d8/swapchain.c @@ -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) {