Andrew Talbot : winmm: Declare a function static.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Feb 5 07:45:05 CST 2007


Module: wine
Branch: master
Commit: 77250f3ce89ee3c030279632942ceb976dc8774c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=77250f3ce89ee3c030279632942ceb976dc8774c

Author: Andrew Talbot <Andrew.Talbot at 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];




More information about the wine-cvs mailing list