ddraw: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2010-08-24 17:58:16 +02:00 committed by Alexandre Julliard
parent 52aac5aba7
commit e237369b09
1 changed files with 1 additions and 1 deletions

View File

@ -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);