From c2837ef634d904ec781883ae24475dd94b40e270 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 13 Nov 2016 23:04:47 -0800 Subject: [PATCH] Fixed unresolved symbol on Visual Studio --- src/haptic/SDL_haptic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/haptic/SDL_haptic.c b/src/haptic/SDL_haptic.c index f01a5939c62df..aaeb2a4a36e3f 100644 --- a/src/haptic/SDL_haptic.c +++ b/src/haptic/SDL_haptic.c @@ -25,8 +25,8 @@ #include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */ #include "SDL_assert.h" -static SDL_Haptic *SDL_haptics = NULL; - +/* Global for SDL_windowshaptic.c */ +SDL_Haptic *SDL_haptics = NULL; /* * Initializes the Haptic devices.