Michael Stefaniuc : include: Remove struct PORTALLOC from mmddk.h.

Alexandre Julliard julliard at winehq.org
Thu Feb 5 09:21:12 CST 2009


Module: wine
Branch: master
Commit: 01af587568b0478dc1d47548cbd65b0a6258cc62
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=01af587568b0478dc1d47548cbd65b0a6258cc62

Author: Michael Stefaniuc <mstefani at 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;




More information about the wine-cvs mailing list