ddraw: Remove WINAPI on static functions where not needed.

Francois Gouget fgouget at free.fr
Fri Jun 7 17:47:28 CDT 2013


---
 dlls/ddraw/ddraw.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ddraw/ddraw.c b/dlls/ddraw/ddraw.c
index eded430..5ce3192 100644
--- a/dlls/ddraw/ddraw.c
+++ b/dlls/ddraw/ddraw.c
@@ -764,7 +764,7 @@ static HRESULT WINAPI ddraw1_RestoreDisplayMode(IDirectDraw *iface)
  *   (Probably others too, have to investigate)
  *
  *****************************************************************************/
-static HRESULT WINAPI ddraw_set_cooperative_level(struct ddraw *ddraw, HWND window,
+static HRESULT ddraw_set_cooperative_level(struct ddraw *ddraw, HWND window,
         DWORD cooplevel, BOOL restore_mode_on_normal)
 {
     struct wined3d_surface *rt = NULL, *ds = NULL;
-- 
1.7.10.4



More information about the wine-patches mailing list