Fixed WinRT build after changing the header guard preprocessor symbol
This commit is contained in:
parent
0722e9415a
commit
73ca40b566
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(_SDL_XAUDIO2_H)
|
#if !defined(SDL_XAUDIO2_H_)
|
||||||
#define INITGUID 1
|
#define INITGUID 1
|
||||||
#include <xaudio2.h>
|
#include <xaudio2.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue