mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-11-10 15:22:20 +00:00
Remove unnecessary SDLCALL from xpm declarations
This commit is contained in:
parent
f3b59c1731
commit
51768e7dd1
1 changed files with 5 additions and 1 deletions
|
@ -44,10 +44,14 @@
|
|||
|
||||
#if 0
|
||||
#include "SDL_image.h"
|
||||
#else
|
||||
|
||||
extern SDLCALL int SDLCALL IMG_isXPM(SDL_RWops *src);
|
||||
extern SDLCALL SDL_Surface *IMG_LoadXPM_RW(SDL_RWops *src);
|
||||
extern SDLCALL SDL_Surface * SDLCALL IMG_ReadXPMFromArray(const char **xpm);
|
||||
#else
|
||||
extern int IMG_isXPM(SDL_RWops *src);
|
||||
extern SDL_Surface *IMG_LoadXPM_RW(SDL_RWops *src);
|
||||
extern SDL_Surface *IMG_ReadXPMFromArray(const char **xpm);
|
||||
#define IMG_SetError SDL_SetError
|
||||
#define IMG_GetError SDL_GetError
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue