mirror of
https://github.com/reactos/wine.git
synced 2025-03-06 19:57:17 +00:00
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…
x
Reference in New Issue
Block a user