mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
fix warning that is really a bug - from looking at the code, wDevID, is a UINT, not a UINT_16
svn path=/trunk/; revision=14185
This commit is contained in:
parent
e389f0c999
commit
8b3af26269
1 changed files with 1 additions and 1 deletions
|
@ -1748,7 +1748,7 @@ errCleanUp:
|
|||
/**************************************************************************
|
||||
* MCI_Close [internal]
|
||||
*/
|
||||
static DWORD MCI_Close(UINT16 wDevID, DWORD dwParam, LPMCI_GENERIC_PARMS lpParms)
|
||||
static DWORD MCI_Close(UINT wDevID, DWORD dwParam, LPMCI_GENERIC_PARMS lpParms)
|
||||
{
|
||||
DWORD dwRet;
|
||||
LPWINE_MCIDRIVER wmd;
|
||||
|
|
Loading…
Reference in a new issue