winrt: Fixed SDL include.
parent
46b77b7322
commit
944e06e67c
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
/* SDL-specific includes */
|
/* SDL-specific includes */
|
||||||
#include <SDL.h>
|
#include "SDL.h"
|
||||||
#include "SDL_winrtevents_c.h"
|
#include "SDL_winrtevents_c.h"
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
Loading…
Reference in New Issue