소스 검색

Fixed Windows build

Sam Lantinga 7 년 전
부모
커밋
f35e97ba8a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/joystick/SDL_joystick.c

+ 1 - 1
src/joystick/SDL_joystick.c

@@ -39,7 +39,7 @@
 
 #ifdef __WIN32__
 /* Needed for checking for input remapping programs */
-#include "../../core/windows/SDL_windows.h"
+#include "../core/windows/SDL_windows.h"
 
 #undef UNICODE          /* We want ASCII functions */
 #include <tlhelp32.h>