mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-04 14:49:40 +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:
@@ -106,7 +106,7 @@ enum
|
||||
#define ENCODING_UCS4NATIVE ENCODING_UCS4LE
|
||||
#endif
|
||||
|
||||
struct _SDL_iconv_t
|
||||
struct SDL_iconv_data_t
|
||||
{
|
||||
int src_fmt;
|
||||
int dst_fmt;
|
||||
|
||||
Reference in New Issue
Block a user