Francois Gouget : ddraw: Remove WINAPI on static functions where not needed .

Alexandre Julliard julliard at winehq.org
Wed Aug 25 12:35:03 CDT 2010


Module: wine
Branch: master
Commit: e237369b09c1496db4cd13d089fbdc106a19d702
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e237369b09c1496db4cd13d089fbdc106a19d702

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Aug 24 17:58:16 2010 +0200

ddraw: Remove WINAPI on static functions where not needed.

---

 dlls/ddraw/surface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/surface.c b/dlls/ddraw/surface.c
index aa478df..2785f35 100644
--- a/dlls/ddraw/surface.c
+++ b/dlls/ddraw/surface.c
@@ -978,7 +978,7 @@ static HRESULT WINAPI ddraw_surface3_Blt(IDirectDrawSurface3 *iface, RECT *dst_r
  *  DDERR_CANNOTATTACHSURFACE if the surface can't be attached for some reason
  *
  *****************************************************************************/
-static HRESULT WINAPI ddraw_surface_attach_surface(IDirectDrawSurfaceImpl *This, IDirectDrawSurfaceImpl *Surf)
+static HRESULT ddraw_surface_attach_surface(IDirectDrawSurfaceImpl *This, IDirectDrawSurfaceImpl *Surf)
 {
     TRACE("surface %p, attachment %p.\n", This, Surf);
 




More information about the wine-cvs mailing list