Fix a "typedef redefined" warning with clang in dsound.h

git-svn-id: https://svn.eduke32.com/eduke32@3369 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
hendricks266 2013-01-04 17:28:34 +00:00
parent 748e217a19
commit 2bb8b4c461
1 changed files with 0 additions and 7 deletions

View File

@ -1894,13 +1894,6 @@ DECLARE_INTERFACE_(IDirectSoundCaptureFXNoiseSuppress, IUnknown)
#ifndef _IDirectSoundFullDuplex_
#define _IDirectSoundFullDuplex_
#ifdef __cplusplus
// 'struct' not 'class' per the way DECLARE_INTERFACE_ is defined
struct IDirectSoundFullDuplex;
#endif // __cplusplus
typedef struct IDirectSoundFullDuplex *LPDIRECTSOUNDFULLDUPLEX;
DEFINE_GUID(IID_IDirectSoundFullDuplex, 0xedcb4c7a, 0xdaab, 0x4216, 0xa4, 0x2e, 0x6c, 0x50, 0x59, 0x6d, 0xdc, 0x1d);
#undef INTERFACE