WINMM: make a function static

Mike McCormack mike at codeweavers.com
Tue Jun 21 21:27:40 CDT 2005


ChangeLog:
* make a function static
-------------- next part --------------
Index: dlls/winmm/lolvldrv.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/lolvldrv.c,v
retrieving revision 1.67
diff -u -p -r1.67 lolvldrv.c
--- dlls/winmm/lolvldrv.c	20 Jun 2005 18:35:57 -0000	1.67
+++ dlls/winmm/lolvldrv.c	22 Jun 2005 02:26:59 -0000
@@ -414,7 +414,7 @@ DWORD	MMDRV_Close(LPWINE_MLD mld, UINT w
 /**************************************************************************
  * 				MMDRV_GetByID			[internal]
  */
-LPWINE_MLD	MMDRV_GetByID(UINT uDevID, UINT type)
+static LPWINE_MLD MMDRV_GetByID(UINT uDevID, UINT type)
 {
     TRACE("(%04x, %04x)\n", uDevID, type);
     if (uDevID < llTypes[type].wMaxId)


More information about the wine-patches mailing list