Fixed a bunch of compiler warnings with Cygwin/MingW.

This commit is contained in:
Ryan C. Gordon 2012-08-24 19:34:28 -04:00
parent 488a27f1b9
commit 816523a285
6 changed files with 20 additions and 28 deletions

View file

@ -65,7 +65,6 @@ extern HRESULT(WINAPI * DInputCreate) (HINSTANCE hinst, DWORD dwVersion,
static DIDEVICEINSTANCE SYS_Joystick[MAX_JOYSTICKS]; /* array to hold joystick ID values */
static char *SYS_JoystickNames[MAX_JOYSTICKS];
static int SYS_NumJoysticks;
static HINSTANCE DInputDLL = NULL;
/* local prototypes */