From 2bb8b4c461787bcb1cc0b840b7880926898c0552 Mon Sep 17 00:00:00 2001 From: hendricks266 Date: Fri, 4 Jan 2013 17:28:34 +0000 Subject: [PATCH] Fix a "typedef redefined" warning with clang in dsound.h git-svn-id: https://svn.eduke32.com/eduke32@3369 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/Windows/include/dsound.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/polymer/eduke32/Windows/include/dsound.h b/polymer/eduke32/Windows/include/dsound.h index 6c4aefcb7..3c50abd4b 100644 --- a/polymer/eduke32/Windows/include/dsound.h +++ b/polymer/eduke32/Windows/include/dsound.h @@ -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