ddraw: Remove WINAPI on static functions where not needed.
This commit is contained in:
parent
52aac5aba7
commit
e237369b09
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue