mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed WinRT build after changing the header guard preprocessor symbol
This commit is contained in:
parent
ff8d2e1493
commit
6dd3f55d55
@ -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…
Reference in New Issue
Block a user