mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Fixed WinRT build after changing the header guard preprocessor symbol
This commit is contained in:
parent
ff8d2e1493
commit
6dd3f55d55
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined(_SDL_XAUDIO2_H)
|
||||
#if !defined(SDL_XAUDIO2_H_)
|
||||
#define INITGUID 1
|
||||
#include <xaudio2.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue