Re: PATCH: add some defines to dxguid.c
"Filip Navara" <xnavara-VIXq6x/[email protected]> Mon, 20 Oct 2003 19:05:56 +0200
| Newsgroups | gmane.comp.gnu.mingw.patches |
|---|---|
| Message-ID | <089801c3972c$6fe771e0$1c4bb13e@hornet> |
Just a comment from me: You are duplicating work. ;-) I have a complete (up-to-DX9 state), free dxguid.c for MinGW at www.sourceforge.net/project/mingwdx/ Filip ----- Original Message ----- From: "Hans Leidekker" <hans-p/[email protected]> To: <[email protected]> Sent: Monday, October 20, 2003 2:51 PM Subject: [MinGW-patches] PATCH: add some defines to dxguid.c > > 2003-10-20 Hans Leidekker <hans-p/[email protected]> > > * lib/dxguid.c (DSPROPSETID_DirectSoundDevice, CLSID_DirectSound8, CLSID_DirectSoundCapture8, > CLSID_DirectSoundFullDuplex, CLSID_DirectSoundPrivate): Add defines. > > Index: dxguid.c > =================================================================== > RCS file: /cvsroot/mingw/w32api/lib/dxguid.c,v > retrieving revision 1.2 > diff -u -r1.2 dxguid.c > --- dxguid.c 5 Feb 2003 17:44:09 -0000 1.2 > +++ dxguid.c 20 Oct 2003 12:44:48 -0000 > @@ -360,11 +360,21 @@ > DEFINE_GUID(DPAID_ComPort,0xf2f0ce00,0xe0af,0x11cf,0x9c,0x4e,0x0,0xa0,0xc9,0 x5,0x42,0x5e); > > ///////////////////////////////////////////////////////////////////// > +// File DSCONF.H: > +///////////////////////////////////////////////////////////////////// > + > +DEFINE_GUID(DSPROPSETID_DirectSoundDevice,0x84624f82,0x25ec,0x11d1,0xa4,0xd 8,0x00,0xc0,0x4f,0xc2,0x8a,0xca); > + > +///////////////////////////////////////////////////////////////////// > // File DSOUND.H: > ///////////////////////////////////////////////////////////////////// > > DEFINE_GUID(CLSID_DirectSound,0x47d4d946,0x62e8,0x11cf,0x93,0xbc,0x44,0x45,0 x53,0x54,0x0,0x0); > +DEFINE_GUID(CLSID_DirectSound8,0x3901cc3f,0x84b5,0x4fa4,0xba,0x35,0xaa,0x81 ,0x72,0xb8,0xa0,0x9b); > DEFINE_GUID(CLSID_DirectSoundCapture,0xb0210780,0x89cd,0x11d0,0xaf,0x8,0x0,0 xa0,0xc9,0x25,0xcd,0x16); > +DEFINE_GUID(CLSID_DirectSoundCapture8,0xe4bcac13,0x7f99,0x4908,0x9a,0x8e,0x 74,0xe3,0xbf,0x24,0xb6,0xe1); > +DEFINE_GUID(CLSID_DirectSoundFullDuplex,0xfea4300c,0x7959,0x4147,0xb2,0x6a, 0x23,0x77,0xb9,0xe7,0xa9,0x1d); > +DEFINE_GUID(CLSID_DirectSoundPrivate,0x11ab3ec0,0x25ec,0x11d1,0xa4,0xd8,0x0 0,0xc0,0x4f,0xc2,0x8a,0xca); > DEFINE_GUID(IID_IDirectSound,0x279AFA83,0x4981,0x11CE,0xA5,0x21,0x00,0x20,0x AF,0x0B,0xE5,0x60); > DEFINE_GUID(IID_IDirectSoundBuffer,0x279AFA85,0x4981,0x11CE,0xA5,0x21,0x00,0 x20,0xAF,0x0B,0xE5,0x60); > DEFINE_GUID(IID_IDirectSound3DListener,0x279AFA84,0x4981,0x11CE,0xA5,0x21,0x 00,0x20,0xAF,0x0B,0xE5,0x60); > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > MinGW-patches mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-patches > ------------------------------------------------------- This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo The Event For Linux Datacenter Solutions & Strategies in The Enterprise Linux in the Boardroom; in the Front Office; & in the Server Room http://www.enterpriselinuxforum.com