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:
Michael Stefaniuc 2009-02-05 09:52:56 +01:00 committed by Alexandre Julliard
parent 8aeacc5fb5
commit 01af587568
1 changed files with 0 additions and 7 deletions

View File

@ -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;