Jelajahi Sumber

Fixed Windows build

Sam Lantinga 7 tahun lalu
induk
melakukan
f35e97ba8a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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>