From 77250f3ce89ee3c030279632942ceb976dc8774c Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Sat, 3 Feb 2007 11:27:52 +0000 Subject: [PATCH] winmm: Declare a function static. --- dlls/winmm/message16.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/winmm/message16.c b/dlls/winmm/message16.c index 6ecf34b1209..54e9939a87a 100644 --- a/dlls/winmm/message16.c +++ b/dlls/winmm/message16.c @@ -1793,9 +1793,9 @@ theEnd: * MMDRV_LoadMMDrvFunc16 * */ -unsigned MMDRV_LoadMMDrvFunc16(LPCSTR drvName, LPWINE_DRIVER d, - LPWINE_MM_DRIVER lpDrv) -{ +static unsigned MMDRV_LoadMMDrvFunc16(LPCSTR drvName, LPWINE_DRIVER d, + LPWINE_MM_DRIVER lpDrv) +{ WINEMM_msgFunc16 func; unsigned count = 0; char buffer[128];