Commit 01fd8130fdb6cfc963c303eb2a646cdaec9e7a26

Sam Lantinga 2020-04-23T11:13:02

Fixed compiler warning

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/joystick/windows/SDL_windows_gaming_input.c b/src/joystick/windows/SDL_windows_gaming_input.c
index cbfce0e..90ab8cd 100644
--- a/src/joystick/windows/SDL_windows_gaming_input.c
+++ b/src/joystick/windows/SDL_windows_gaming_input.c
@@ -86,6 +86,7 @@ static const IID IID_IRacingWheelStatics2 = { 0xE666BCAA, 0xEDFD, 0x4323, { 0xA9
 static const IID IID_IRacingWheel = { 0xF546656F, 0xE106, 0x4C82, { 0xA9, 0x0F, 0x55, 0x40, 0x12, 0x90, 0x4B, 0x85 } };
 
 extern SDL_bool SDL_XINPUT_Enabled(void);
+extern SDL_bool SDL_DINPUT_JoystickPresent(Uint16 vendor, Uint16 product, Uint16 version);
 
 static SDL_bool
 SDL_IsXInputDevice(Uint16 vendor, Uint16 product)