dsound: Avoid signed-unsigned integer comparisons.
This commit is contained in:
parent
7c5517da6f
commit
7805ff3291
|
@ -262,7 +262,7 @@ HRESULT DSOUND_PrimaryOpen(DirectSoundDevice *device)
|
|||
{
|
||||
IDirectSoundBufferImpl** dsb = device->buffers;
|
||||
LPBYTE newbuf;
|
||||
DWORD i;
|
||||
int i;
|
||||
|
||||
TRACE("(%p)\n", device);
|
||||
|
||||
|
|
Loading…
Reference in New Issue