mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Remove underscore for _SDL_iconv_t
And change the name, not to have the same for pointer and data
This commit is contained in:
parent
07808d6a03
commit
25336d053a
2 changed files with 2 additions and 2 deletions
|
|
@ -602,7 +602,7 @@ extern DECLSPEC float SDLCALL SDL_tanf(float x);
|
|||
#define SDL_ICONV_EINVAL (size_t)-4
|
||||
|
||||
/* SDL_iconv_* are now always real symbols/types, not macros or inlined. */
|
||||
typedef struct _SDL_iconv_t *SDL_iconv_t;
|
||||
typedef struct SDL_iconv_data_t *SDL_iconv_t;
|
||||
extern DECLSPEC SDL_iconv_t SDLCALL SDL_iconv_open(const char *tocode,
|
||||
const char *fromcode);
|
||||
extern DECLSPEC int SDLCALL SDL_iconv_close(SDL_iconv_t cd);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue