Sam Lantinga 7 лет назад
Родитель
Сommit
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>