mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
include: Remove struct PORTALLOC from mmddk.h.
It doesn't exist in the DDK nor is it used in Wine.
This commit is contained in:
parent
8aeacc5fb5
commit
01af587568
@ -379,13 +379,6 @@ typedef JOYDEVMSGPROC *LPJOYDEVMSGPROC;
|
||||
|
||||
#define MAKEMCIRESOURCE(wRet, wRes) MAKELRESULT((wRet), (wRes))
|
||||
|
||||
typedef struct {
|
||||
DWORD dwCallback;
|
||||
DWORD dwInstance;
|
||||
HMIDIOUT hMidi;
|
||||
DWORD dwFlags;
|
||||
} PORTALLOC, *LPPORTALLOC;
|
||||
|
||||
typedef struct {
|
||||
HWAVE hWave;
|
||||
LPWAVEFORMATEX lpFormat;
|
||||
|
Loading…
x
Reference in New Issue
Block a user