Skip to content

Commit 6dbd8fb

Browse files
committed
[Nokia N-Gage] Remove redundant guard after adding minimal inttypes.h to SDK.
1 parent ef0fe5d commit 6dbd8fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_stdinc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#include <string.h>
5454
#include <wchar.h>
5555

56-
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
56+
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
5757
defined(SDL_INCLUDE_INTTYPES_H)
5858
#include <inttypes.h>
5959
#endif

0 commit comments

Comments
 (0)