Andrew Talbot : winmm: Declare a function static.
Module: wine Branch: master Commit: 77250f3ce89ee3c030279632942ceb976dc8774c URL: http://source.winehq.org/git/wine.git/?a=commit;h=77250f3ce89ee3c03027963294... Author: Andrew Talbot <Andrew.Talbot(a)talbotville.com> Date: Sat Feb 3 11:27:52 2007 +0000 winmm: Declare a function static. --- dlls/winmm/message16.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/winmm/message16.c b/dlls/winmm/message16.c index 6ecf34b..54e9939 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];
participants (1)
-
Alexandre Julliard