Commit 489527fe authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ddraw: Remove WINAPI on static functions where not needed.

parent ba6f99c2
......@@ -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;
......
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