changeset 2625:9bad8efcb75e gsoc2008_force_feedback

Forgot to declare instance.
author Edgar Simo <bobbens@gmail.com>
date Wed, 06 Aug 2008 09:55:51 +0000
parents c6476e26a783
children 53dd30491c71
files src/joystick/win32/SDL_dxjoystick.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/joystick/win32/SDL_dxjoystick.c	Wed Aug 06 09:55:29 2008 +0000
+++ b/src/joystick/win32/SDL_dxjoystick.c	Wed Aug 06 09:55:51 2008 +0000
@@ -98,6 +98,7 @@
 SDL_SYS_JoystickInit(void)
 {
     HRESULT result;
+    HINSTANCE instance;
 
     SYS_NumJoysticks = 0;