fix warning that is really a bug - from looking at the code, wDevID, is a UINT, not...
[reactos.git] / reactos / lib / winmm / mci.c
index d5e1a34..f19006a 100644 (file)
@@ -1748,7 +1748,7 @@ errCleanUp:
 /**************************************************************************\r
  *                     MCI_Close                               [internal]\r
  */\r
-static DWORD MCI_Close(UINT16 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