Skip to content
Snippets Groups Projects
Commit 0060027e authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard
Browse files

d3d9: Fix type of loop variable.

parent 55e92b94
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ static ULONG WINAPI IDirect3DDevice9Impl_Release(LPDIRECT3DDEVICE9 iface) {
TRACE("(%p) : ReleaseRef to %d\n", This, ref);
if (ref == 0) {
int i;
unsigned i;
This->inDestruction = TRUE;
EnterCriticalSection(&d3d9_cs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment