fix warning that is really a bug - from looking at the code, wDevID, is a UINT, not a UINT_16
Modified: trunk/reactos/lib/winmm/mci.c

Modified: trunk/reactos/lib/winmm/mci.c
--- trunk/reactos/lib/winmm/mci.c	2005-03-18 23:26:44 UTC (rev 14184)
+++ trunk/reactos/lib/winmm/mci.c	2005-03-19 01:37:47 UTC (rev 14185)
@@ -1748,7 +1748,7 @@
 /**************************************************************************
  * 			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;