summaryrefslogtreecommitdiff
path: root/VisualC
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2019-10-22 10:25:55 -0700
committerSam Lantinga <slouken@libsdl.org>2019-10-22 10:25:55 -0700
commit2551b73f3cb14c17f682b5b879eab282ba6b3c90 (patch)
tree4fbee1e30e313b850f9061c1a90867f4b6aa9f17 /VisualC
parent22abad8c53fbbde9676c2713517988f1d6a8ab58 (diff)
downloadsdl-2551b73f3cb14c17f682b5b879eab282ba6b3c90.tar.gz
Fixed the location of controller_type.h in the Visual Studio project
Diffstat (limited to 'VisualC')
-rw-r--r--VisualC/SDL/SDL.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/VisualC/SDL/SDL.vcxproj b/VisualC/SDL/SDL.vcxproj
index 13ab2ba07..3a8a15196 100644
--- a/VisualC/SDL/SDL.vcxproj
+++ b/VisualC/SDL/SDL.vcxproj
@@ -318,7 +318,7 @@
<ClInclude Include="..\..\src\haptic\windows\SDL_dinputhaptic_c.h" />
<ClInclude Include="..\..\src\haptic\windows\SDL_windowshaptic_c.h" />
<ClInclude Include="..\..\src\haptic\windows\SDL_xinputhaptic_c.h" />
- <ClInclude Include="..\..\src\joystick\hidapi\controller_type.h" />
+ <ClInclude Include="..\..\src\joystick\controller_type.h" />
<ClInclude Include="..\..\src\joystick\hidapi\SDL_hidapijoystick_c.h" />
<ClInclude Include="..\..\src\joystick\SDL_joystick_c.h" />
<ClInclude Include="..\..\src\joystick\SDL_sysjoystick.h" />