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
4c37e23e
Commit
4c37e23e
authored
Sep 22, 1999
by
Eric Pouech
Committed by
Alexandre Julliard
Sep 22, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now using the same structs for low-level drivers as Windows do.
parent
22d333d8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
45 deletions
+0
-45
mmddk.h
include/mmddk.h
+0
-45
No files found.
include/mmddk.h
View file @
4c37e23e
...
@@ -213,12 +213,6 @@ typedef struct {
...
@@ -213,12 +213,6 @@ typedef struct {
DWORD
dwFlags
;
DWORD
dwFlags
;
}
PORTALLOC
,
*
LPPORTALLOC
;
}
PORTALLOC
,
*
LPPORTALLOC
;
#if 0
/* FIXME: the ???OPENDESC structs will be fixed when low
* level driver loading is available
* for now comment them out, and use non corrrect ones in winemm.h
* to be uncommented ASAP
*/
typedef
struct
{
typedef
struct
{
HWAVE16
hWave
;
HWAVE16
hWave
;
LPWAVEFORMATEX
lpFormat
;
LPWAVEFORMATEX
lpFormat
;
...
@@ -286,45 +280,6 @@ typedef struct tMIXEROPENDESC
...
@@ -286,45 +280,6 @@ typedef struct tMIXEROPENDESC
DWORD
dwCallback
;
DWORD
dwCallback
;
DWORD
dwInstance
;
DWORD
dwInstance
;
}
MIXEROPENDESC
,
*
LPMIXEROPENDESC
;
}
MIXEROPENDESC
,
*
LPMIXEROPENDESC
;
#else
/* those definitions are still wine tainted
* keep them in a temporary phase
*/
typedef
struct
{
HWAVE16
hWave
;
LPWAVEFORMAT
lpFormat
;
DWORD
dwCallBack
;
DWORD
dwInstance
;
UINT16
uDeviceID
;
}
WAVEOPENDESC
,
*
LPWAVEOPENDESC
;
typedef
struct
{
DWORD
dwStreamID
;
WORD
wDeviceID
;
}
MIDIOPENSTRMID
;
/* FIXME: this structure has a different mapping in 16 & 32 bit mode
* Since, I don't plan to add support for native 16 bit low level
* multimedia drivers, it'll do.
*/
typedef
struct
{
HMIDI16
hMidi
;
DWORD
dwCallback
;
DWORD
dwInstance
;
UINT16
wDevID
;
DWORD
dnDevNode
;
DWORD
cIds
;
MIDIOPENSTRMID
rgIds
;
}
MIDIOPENDESC
,
*
LPMIDIOPENDESC
;
typedef
struct
tMIXEROPENDESC
{
HMIXEROBJ16
hmx
;
DWORD
dwCallback
;
DWORD
dwInstance
;
UINT16
uDeviceID
;
}
MIXEROPENDESC
,
*
LPMIXEROPENDESC
;
#endif
typedef
struct
{
typedef
struct
{
UINT16
wDeviceID
;
/* device ID */
UINT16
wDeviceID
;
/* device ID */
...
...
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