浏览代码

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__
 #ifdef __WIN32__
 /* Needed for checking for input remapping programs */
 /* 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 */
 #undef UNICODE          /* We want ASCII functions */
 #include <tlhelp32.h>
 #include <tlhelp32.h>