Skip to content

Commit

Permalink
Revert isupper macro as well
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jan 3, 2025
1 parent b75ed44 commit 4761c19
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 @@ -23,7 +23,7 @@
#define _istxdigit isxdigit
#define _istdigit SDL_isdigit
#define _istspace SDL_isspace
#define _istupper SDL_isupper
#define _istupper isupper
#define _sntprintf SDL_snprintf
#define _stprintf sprintf
#define _strtoui64 SDL_strtoll
Expand Down

0 comments on commit 4761c19

Please sign in to comment.