Commit caf152def7e35acde1f0aa360f90bf8c335d50dd

David Ludwig 2016-04-13T21:59:50

WinRT: build/link fix

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/video/winrt/SDL_winrtevents.cpp b/src/video/winrt/SDL_winrtevents.cpp
index 8a480cb..30cf016 100644
--- a/src/video/winrt/SDL_winrtevents.cpp
+++ b/src/video/winrt/SDL_winrtevents.cpp
@@ -38,9 +38,9 @@ using Windows::UI::Core::CoreCursor;
 #include "../../core/winrt/SDL_winrtapp_xaml.h"
 #include "SDL_assert.h"
 #include "SDL_system.h"
-#include "../../thread/SDL_systhread.h"
 
 extern "C" {
+#include "../../thread/SDL_systhread.h"
 #include "../SDL_sysvideo.h"
 #include "../../events/SDL_events_c.h"
 }