Commit e237369b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw: Remove WINAPI on static functions where not needed.

parent 52aac5ab
...@@ -978,7 +978,7 @@ static HRESULT WINAPI ddraw_surface3_Blt(IDirectDrawSurface3 *iface, RECT *dst_r ...@@ -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 * 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); TRACE("surface %p, attachment %p.\n", This, Surf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment