소스 검색

WinRT: build/link fix

David Ludwig 9 년 전
부모
커밋
caf152def7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/video/winrt/SDL_winrtevents.cpp

+ 1 - 1
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"
 }