projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e389f0c
)
fix warning that is really a bug - from looking at the code, wDevID, is a UINT, not...
author
Royce Mitchell III
<royce3@ev1.net>
Sat, 19 Mar 2005 01:37:47 +0000
(
01:37
+0000)
committer
Royce Mitchell III
<royce3@ev1.net>
Sat, 19 Mar 2005 01:37:47 +0000
(
01:37
+0000)
svn path=/trunk/; revision=14185
reactos/lib/winmm/mci.c
patch
|
blob
|
history
diff --git
a/reactos/lib/winmm/mci.c
b/reactos/lib/winmm/mci.c
index
d5e1a34
..
f19006a
100644
(file)
--- a/
reactos/lib/winmm/mci.c
+++ b/
reactos/lib/winmm/mci.c
@@
-1748,7
+1748,7
@@
errCleanUp:
/**************************************************************************
\r
* MCI_Close [internal]
\r
*/
\r
-static DWORD MCI_Close(UINT
16
wDevID, DWORD dwParam, LPMCI_GENERIC_PARMS lpParms)
\r
+static DWORD MCI_Close(UINT wDevID, DWORD dwParam, LPMCI_GENERIC_PARMS lpParms)
\r
{
\r
DWORD dwRet;
\r
LPWINE_MCIDRIVER wmd;
\r