mirror of
https://github.com/yawut/SDL.git
synced 2026-07-01 00:39:58 -05:00
Fixed WinRT build after changing the header guard preprocessor symbol
This commit is contained in:
parent
90bf135f9f
commit
b4b4e60c1f
|
|
@ -90,7 +90,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(_SDL_XAUDIO2_H)
|
||||
#if !defined(SDL_XAUDIO2_H_)
|
||||
#define INITGUID 1
|
||||
#include <xaudio2.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user