mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 13:10:28 +00:00
ddraw: Sign-compare warning fix.
This commit is contained in:
parent
40e1e39785
commit
623ee7775b
@ -285,7 +285,7 @@ IDirectDrawSurfaceImpl_Release(IDirectDrawSurface7 *iface)
|
||||
IDirectDrawSurfaceImpl *surf;
|
||||
IDirectDrawImpl *ddraw;
|
||||
IUnknown *ifaceToRelease = This->ifaceToRelease;
|
||||
int i;
|
||||
UINT i;
|
||||
|
||||
/* Complex attached surfaces are destroyed implicitly when the root is released */
|
||||
EnterCriticalSection(&ddraw_cs);
|
||||
|
Loading…
Reference in New Issue
Block a user