PATCH: d3d8: mark one more function as hotpatchable

Marcus Meissner marcus at jet.franken.de
Thu Jun 11 04:47:10 CDT 2015


>From 3a1404401d34146103cdb8d485df949b13e40137 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael at fds-team.de>
Date: Sat, 28 Feb 2015 21:24:54 +0100
Subject: [PATCH 29/30] d3d8: Make IDirect3DSwapChain8::Present hotpachable.

---
 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 067a3e0..44fc02a 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)
 {
-- 
1.8.4.5




More information about the wine-patches mailing list