Skip to content

Commit ef0fe5d

Browse files
committed
[Nokia N-Gage] Remove redundant guard after adding minimal stdbool.h to the toolchain
1 parent 074ecbf commit ef0fe5d

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
@@ -64,7 +64,7 @@
6464
#define SDL_INCLUDE_STDBOOL_H
6565
#endif
6666
#endif
67-
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
67+
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L) || \
6868
(defined(_MSC_VER) && (_MSC_VER >= 1910 /* Visual Studio 2017 */)) || \
6969
defined(SDL_INCLUDE_STDBOOL_H)
7070
#include <stdbool.h>

0 commit comments

Comments
 (0)