ddraw: Sign-compare warning fix.

This commit is contained in:
Andrew Talbot 2008-09-30 20:41:03 +01:00 committed by Alexandre Julliard
parent 40e1e39785
commit 623ee7775b
1 changed files with 1 additions and 1 deletions

View File

@ -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);