Module: wine Branch: master Commit: 01af587568b0478dc1d47548cbd65b0a6258cc62 URL: http://source.winehq.org/git/wine.git/?a=commit;h=01af587568b0478dc1d47548cb... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Thu Feb 5 09:52:56 2009 +0100 include: Remove struct PORTALLOC from mmddk.h. It doesn't exist in the DDK nor is it used in Wine. --- include/mmddk.h | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/include/mmddk.h b/include/mmddk.h index 33a93b2..826aefb 100644 --- a/include/mmddk.h +++ b/include/mmddk.h @@ -380,13 +380,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; DWORD_PTR dwCallback;