msacm32: Declare some variables static.

This commit is contained in:
Andrew Talbot 2007-01-11 15:13:34 +00:00 committed by Alexandre Julliard
parent c48a7faa7a
commit 6d49fb12c9

View file

@ -824,8 +824,8 @@ MMRESULT MSACM_Message(HACMDRIVER had, UINT uMsg, LPARAM lParam1, LPARAM lParam2
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)
{