From 002446b1e7ecd9fcaaef807fea94bbae16179a55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Sat, 28 Feb 2015 21:24:54 +0100 Subject: [PATCH] d3d8: Mark one more function as hotpatchable. --- dlls/d3d8/swapchain.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {