mcicda: Avoid using long.

This commit is contained in:
Michael Stefaniuc 2010-05-21 12:13:15 +02:00 committed by Alexandre Julliard
parent bf7241c125
commit 309e92f449
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ static DWORD MCICDA_GetDevCaps(UINT wDevID, DWORD dwFlags,
static DWORD CDROM_Audio_GetSerial(CDROM_TOC* toc)
{
unsigned long serial = 0;
DWORD serial = 0;
int i;
WORD wMagic;
DWORD dwStart, dwEnd;