mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Date: Wed, 7 Jul 2004 12:57:58 +0200
From: "Markus F.X.J. Oberhumer" Subject: [SDL-CVS] [patch] small fix for SDL_joystick.h the tiny patch below (against current CVS) fixes a syntax error (not allow compilers allow multiple __cdecl).
This commit is contained in:
parent
13bc764867
commit
54d0c70c1e
|
|
@ -68,7 +68,7 @@ extern DECLSPEC const char * SDLCALL SDL_JoystickName(int device_index);
|
|||
*
|
||||
* This function returns a joystick identifier, or NULL if an error occurred.
|
||||
*/
|
||||
extern DECLSPEC SDL_Joystick * SDLCALL SDLCALL SDL_JoystickOpen(int device_index);
|
||||
extern DECLSPEC SDL_Joystick * SDLCALL SDL_JoystickOpen(int device_index);
|
||||
|
||||
/*
|
||||
* Returns 1 if the joystick has been opened, or 0 if it has not.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user