mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
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:
parent
748e217a19
commit
2bb8b4c461
1 changed files with 0 additions and 7 deletions
|
@ -1894,13 +1894,6 @@ DECLARE_INTERFACE_(IDirectSoundCaptureFXNoiseSuppress, IUnknown)
|
||||||
#ifndef _IDirectSoundFullDuplex_
|
#ifndef _IDirectSoundFullDuplex_
|
||||||
#define _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);
|
DEFINE_GUID(IID_IDirectSoundFullDuplex, 0xedcb4c7a, 0xdaab, 0x4216, 0xa4, 0x2e, 0x6c, 0x50, 0x59, 0x6d, 0xdc, 0x1d);
|
||||||
|
|
||||||
#undef INTERFACE
|
#undef INTERFACE
|
||||||
|
|
Loading…
Reference in a new issue