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
ceab3489
Commit
ceab3489
authored
Oct 21, 2004
by
Francois Gouget
Committed by
Alexandre Julliard
Oct 21, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove HAVE_LIBAUDIOIO_MIDI and LIBAUDIOIO_MidiInit().
parent
9c324680
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
audioio.c
dlls/winmm/wineaudioio/audioio.c
+0
-4
No files found.
dlls/winmm/wineaudioio/audioio.c
View file @
ceab3489
...
...
@@ -35,7 +35,6 @@
static
struct
WINE_LIBAUDIOIO
*
audioio
=
NULL
;
extern
LONG
LIBAUDIOIO_WaveInit
(
void
);
extern
BOOL
LIBAUDIOIO_MidiInit
(
void
);
/**************************************************************************
* LIBAUDIOIO_drvOpen [internal]
...
...
@@ -77,9 +76,6 @@ LONG CALLBACK LIBAUDIOIO_DriverProc(DWORD dwDevID, HDRVR hDriv, DWORD wMsg,
switch
(
wMsg
)
{
#ifdef HAVE_LIBAUDIOIO
case
DRV_LOAD
:
LIBAUDIOIO_WaveInit
();
#ifdef HAVE_LIBAUDIOIO_MIDI
LIBAUDIOIO_MidiInit
();
#endif
return
1
;
case
DRV_FREE
:
return
1
;
case
DRV_OPEN
:
return
LIBAUDIOIO_drvOpen
((
LPSTR
)
dwParam1
);
...
...
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