Fixed WinRT build after changing the header guard preprocessor symbol

This commit is contained in:
Sam Lantinga 2017-08-28 01:59:53 -07:00
parent 0722e9415a
commit 73ca40b566

View file

@ -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