ddraw: Remove WINAPI on static functions where not needed.

This commit is contained in:
Francois Gouget 2011-09-08 11:01:41 +02:00 committed by Alexandre Julliard
parent ba6f99c239
commit 489527fe44
1 changed files with 1 additions and 1 deletions

View File

@ -875,7 +875,7 @@ static HRESULT WINAPI ddraw_surface1_GetAttachedSurface(IDirectDrawSurface *ifac
* For more details, see IWineD3DSurface::LockRect
*
*****************************************************************************/
static HRESULT WINAPI surface_lock(IDirectDrawSurfaceImpl *This,
static HRESULT surface_lock(IDirectDrawSurfaceImpl *This,
RECT *Rect, DDSURFACEDESC2 *DDSD, DWORD Flags, HANDLE h)
{
WINED3DLOCKED_RECT LockedRect;