Commit d1d55842 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

msacm32: Declare a variable static.

parent 30bb78f0
......@@ -44,7 +44,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(msacm);
HANDLE MSACM_hHeap = NULL;
PWINE_ACMDRIVERID MSACM_pFirstACMDriverID = NULL;
PWINE_ACMDRIVERID MSACM_pLastACMDriverID = NULL;
static PWINE_ACMDRIVERID MSACM_pLastACMDriverID;
static DWORD MSACM_suspendBroadcastCount = 0;
static BOOL MSACM_pendingBroadcast = FALSE;
......
......@@ -370,7 +370,6 @@ typedef struct _WINE_ACMNOTIFYWND
/* From internal.c */
extern HANDLE MSACM_hHeap;
extern PWINE_ACMDRIVERID MSACM_pFirstACMDriverID;
extern PWINE_ACMDRIVERID MSACM_pLastACMDriverID;
extern PWINE_ACMDRIVERID MSACM_RegisterDriver(LPCWSTR pszDriverAlias, LPCWSTR pszFileName,
PWINE_ACMLOCALDRIVER pLocalDriver);
extern void MSACM_RegisterAllDrivers(void);
......
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