Andrew Talbot : msacm32: Declare some variables static.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 12 05:39:02 CST 2007


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

Author: Andrew Talbot <Andrew.Talbot at talbotville.com>
Date:   Thu Jan 11 15:13:34 2007 +0000

msacm32: Declare some variables static.

---

 dlls/msacm32/internal.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msacm32/internal.c b/dlls/msacm32/internal.c
index aa36053..204a7e2 100644
--- a/dlls/msacm32/internal.c
+++ b/dlls/msacm32/internal.c
@@ -824,8 +824,8 @@ MMRESULT MSACM_Message(HACMDRIVER had, U
     return MMSYSERR_INVALHANDLE;
 }
 
-PWINE_ACMLOCALDRIVER MSACM_pFirstACMLocalDriver = NULL;
-PWINE_ACMLOCALDRIVER MSACM_pLastACMLocalDriver = NULL;
+static PWINE_ACMLOCALDRIVER MSACM_pFirstACMLocalDriver;
+static PWINE_ACMLOCALDRIVER MSACM_pLastACMLocalDriver;
 
 PWINE_ACMLOCALDRIVER MSACM_RegisterLocalDriver(HMODULE hModule, DRIVERPROC lpDriverProc)
 {




More information about the wine-cvs mailing list