http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf7241c
)
mcicda: Avoid using long.
author
Michael Stefaniuc
<mstefani@redhat.de>
Fri, 21 May 2010 10:13:15 +0000
(12:13 +0200)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 21 May 2010 12:37:53 +0000
(14:37 +0200)
dlls/mcicda/mcicda.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/mcicda/mcicda.c
b/dlls/mcicda/mcicda.c
index 9f62594ed2370393a91e5189637b8ac78076c3d7..cb8840e1cf48cded9ab36b07b9bb9b78d0016354 100644
(file)
--- a/
dlls/mcicda/mcicda.c
+++ b/
dlls/mcicda/mcicda.c
@@
-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;