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
b5bb995e
Commit
b5bb995e
authored
Jun 16, 2013
by
André Hentschel
Committed by
Alexandre Julliard
Jun 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wineoss.drv: Don't use autoheader styled define.
parent
bd542240
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
midi.c
dlls/wineoss.drv/midi.c
+3
-7
No files found.
dlls/wineoss.drv/midi.c
View file @
b5bb995e
...
...
@@ -74,10 +74,6 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
midi
);
#ifdef SNDCTL_SEQ_NRMIDIS
#define HAVE_OSS_MIDI
#endif
#ifdef HAVE_OSS_MIDI
typedef
struct
{
int
state
;
/* -1 disabled, 0 is no recording started, 1 in recording, bit 2 set if in sys exclusive recording */
...
...
@@ -1642,7 +1638,7 @@ static DWORD modReset(WORD wDevID)
return
MMSYSERR_NOERROR
;
}
#endif
/*
HAVE_OSS_MIDI
*/
#endif
/*
SNDCTL_SEQ_NRMIDIS
*/
/*======================================================================*
* MIDI entry points *
...
...
@@ -1657,7 +1653,7 @@ DWORD WINAPI OSS_midMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
TRACE
(
"(%04X, %04X, %08lX, %08lX, %08lX);
\n
"
,
wDevID
,
wMsg
,
dwUser
,
dwParam1
,
dwParam2
);
switch
(
wMsg
)
{
#ifdef
HAVE_OSS_MIDI
#ifdef
SNDCTL_SEQ_NRMIDIS
case
DRVM_INIT
:
return
OSS_MidiInit
();
case
DRVM_EXIT
:
...
...
@@ -1707,7 +1703,7 @@ DWORD WINAPI OSS_modMessage(UINT wDevID, UINT wMsg, DWORD_PTR dwUser,
wDevID
,
wMsg
,
dwUser
,
dwParam1
,
dwParam2
);
switch
(
wMsg
)
{
#ifdef
HAVE_OSS_MIDI
#ifdef
SNDCTL_SEQ_NRMIDIS
case
DRVM_INIT
:
return
OSS_MidiInit
();
case
DRVM_EXIT
:
...
...
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