mirror of
https://github.com/encounter/SDL.git
synced 2025-12-09 21:47:44 +00:00
Fixed WinRT build after changing the header guard preprocessor symbol
This commit is contained in:
@@ -90,7 +90,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(_SDL_XAUDIO2_H)
|
||||
#if !defined(SDL_XAUDIO2_H_)
|
||||
#define INITGUID 1
|
||||
#include <xaudio2.h>
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user