Commit 6dd3f55d55f2aa6a269b14d821af3b0f156d2474

Sam Lantinga 2017-08-28T01:59:53

Fixed WinRT build after changing the header guard preprocessor symbol

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/audio/xaudio2/SDL_xaudio2.c b/src/audio/xaudio2/SDL_xaudio2.c
index 01ef9ef..6faa170 100644
--- a/src/audio/xaudio2/SDL_xaudio2.c
+++ b/src/audio/xaudio2/SDL_xaudio2.c
@@ -90,7 +90,7 @@
 #endif
 #endif
 
-#if !defined(_SDL_XAUDIO2_H)
+#if !defined(SDL_XAUDIO2_H_)
 #define INITGUID 1
 #include <xaudio2.h>
 #endif