mcicda: Avoid using long.
This commit is contained in:
parent
bf7241c125
commit
309e92f449
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue