Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d1d55842
Commit
d1d55842
authored
Jan 08, 2009
by
Andrew Talbot
Committed by
Alexandre Julliard
Jan 09, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msacm32: Declare a variable static.
parent
30bb78f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
internal.c
dlls/msacm32/internal.c
+1
-1
wineacm.h
dlls/msacm32/wineacm.h
+0
-1
No files found.
dlls/msacm32/internal.c
View file @
d1d55842
...
...
@@ -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
;
...
...
dlls/msacm32/wineacm.h
View file @
d1d55842
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment