comparison src/joystick/win32/SDL_dxjoystick.c @ 3575:239ae83fc2f6

Nuffin'
author Sam Lantinga <slouken@libsdl.org>
date Wed, 16 Dec 2009 01:19:58 +0000
parents 8cc00819c8d6
children f7b03b6838cb
comparison
equal deleted inserted replaced
3574:1069834f3ca8 3575:239ae83fc2f6
792 IDirectInput_Release(dinput); 792 IDirectInput_Release(dinput);
793 dinput = NULL; 793 dinput = NULL;
794 } 794 }
795 795
796 #endif /* SDL_JOYSTICK_DINPUT */ 796 #endif /* SDL_JOYSTICK_DINPUT */
797
797 /* vi: set ts=4 sw=4 expandtab: */ 798 /* vi: set ts=4 sw=4 expandtab: */