Make a function static.

This commit is contained in:
Mike McCormack 2005-06-22 11:59:43 +00:00 committed by Alexandre Julliard
parent 6788420102
commit 9e5b4d4019
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ DWORD MMDRV_Close(LPWINE_MLD mld, UINT wMsg)
/**************************************************************************
* 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)