Commit 309e92f4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

mcicda: Avoid using long.

parent bf7241c1
...@@ -564,7 +564,7 @@ static DWORD MCICDA_GetDevCaps(UINT wDevID, DWORD dwFlags, ...@@ -564,7 +564,7 @@ static DWORD MCICDA_GetDevCaps(UINT wDevID, DWORD dwFlags,
static DWORD CDROM_Audio_GetSerial(CDROM_TOC* toc) static DWORD CDROM_Audio_GetSerial(CDROM_TOC* toc)
{ {
unsigned long serial = 0; DWORD serial = 0;
int i; int i;
WORD wMagic; WORD wMagic;
DWORD dwStart, dwEnd; DWORD dwStart, dwEnd;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment