Commit 6d49fb12 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msacm32: Declare some variables static.

parent c48a7faa
...@@ -824,8 +824,8 @@ MMRESULT MSACM_Message(HACMDRIVER had, UINT uMsg, LPARAM lParam1, LPARAM lParam2 ...@@ -824,8 +824,8 @@ MMRESULT MSACM_Message(HACMDRIVER had, UINT uMsg, LPARAM lParam1, LPARAM lParam2
return MMSYSERR_INVALHANDLE; return MMSYSERR_INVALHANDLE;
} }
PWINE_ACMLOCALDRIVER MSACM_pFirstACMLocalDriver = NULL; static PWINE_ACMLOCALDRIVER MSACM_pFirstACMLocalDriver;
PWINE_ACMLOCALDRIVER MSACM_pLastACMLocalDriver = NULL; static PWINE_ACMLOCALDRIVER MSACM_pLastACMLocalDriver;
PWINE_ACMLOCALDRIVER MSACM_RegisterLocalDriver(HMODULE hModule, DRIVERPROC lpDriverProc) PWINE_ACMLOCALDRIVER MSACM_RegisterLocalDriver(HMODULE hModule, DRIVERPROC lpDriverProc)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment