2
0
Эх сурвалжийг харах

winrt: Fixed SDL include.

Philipp Wiesemann 8 жил өмнө
parent
commit
944e06e67c

+ 1 - 1
src/video/winrt/SDL_winrtkeyboard.cpp

@@ -28,7 +28,7 @@
 
 
 /* SDL-specific includes */
-#include <SDL.h>
+#include "SDL.h"
 #include "SDL_winrtevents_c.h"
 
 extern "C" {