Fixed a bunch of compiler warnings with Cygwin/MingW.
This commit is contained in:
parent
488a27f1b9
commit
816523a285
6 changed files with 20 additions and 28 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue