Explorar o código

Fixed WinRT build after changing the header guard preprocessor symbol

Sam Lantinga %!s(int64=8) %!d(string=hai) anos
pai
achega
6dd3f55d55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/audio/xaudio2/SDL_xaudio2.c

+ 1 - 1
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