Skip to content

Commit

Permalink
revert isxdigit macro, not all versions of SDL2 have it
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 3, 2025
1 parent 43e24fa commit b75ed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/uae/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#ifdef _WIN32
/* Using the real _tcs* functions */
#else
#define _istxdigit SDL_isxdigit
#define _istxdigit isxdigit
#define _istdigit SDL_isdigit
#define _istspace SDL_isspace
#define _istupper SDL_isupper
Expand Down

0 comments on commit b75ed44

Please sign in to comment.