ddraw: Sign-compare warning fix.
This commit is contained in:
parent
40e1e39785
commit
623ee7775b
|
@ -285,7 +285,7 @@ IDirectDrawSurfaceImpl_Release(IDirectDrawSurface7 *iface)
|
||||||
IDirectDrawSurfaceImpl *surf;
|
IDirectDrawSurfaceImpl *surf;
|
||||||
IDirectDrawImpl *ddraw;
|
IDirectDrawImpl *ddraw;
|
||||||
IUnknown *ifaceToRelease = This->ifaceToRelease;
|
IUnknown *ifaceToRelease = This->ifaceToRelease;
|
||||||
int i;
|
UINT i;
|
||||||
|
|
||||||
/* Complex attached surfaces are destroyed implicitly when the root is released */
|
/* Complex attached surfaces are destroyed implicitly when the root is released */
|
||||||
EnterCriticalSection(&ddraw_cs);
|
EnterCriticalSection(&ddraw_cs);
|
||||||
|
|
Loading…
Reference in New Issue