dsound: Avoid signed-unsigned integer comparisons.

oldstable
Andrew Talbot 2013-01-15 22:27:02 +00:00 committed by Alexandre Julliard
parent 7c5517da6f
commit 7805ff3291
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ HRESULT DSOUND_PrimaryOpen(DirectSoundDevice *device)
{
IDirectSoundBufferImpl** dsb = device->buffers;
LPBYTE newbuf;
DWORD i;
int i;
TRACE("(%p)\n", device);