Skip to content

Commit

Permalink
[Nokia N-Gage] Remove redundant guard after adding minimal inttypes.h…
Browse files Browse the repository at this point in the history
… to SDK.
  • Loading branch information
mupfdev committed Feb 3, 2025
1 parent a05bcf4 commit 413c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL3/SDL_stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include <string.h>
#include <wchar.h>

#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
defined(SDL_INCLUDE_INTTYPES_H)
#include <inttypes.h>
#endif
Expand Down

0 comments on commit 413c605

Please sign in to comment.