File tree 4 files changed +3
-15
lines changed
4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ set(test_libs
77
77
${EPOC_LIB} /cone.lib
78
78
${EPOC_PLATFORM} /gcc/lib/gcc-lib/arm-epoc-pe/2.9-psion-98r2/libgcc.a
79
79
${EPOC_PLATFORM} /ngagesdk/lib/gcc/arm-epoc-pe/4.6.4/libgcc_ngage.a
80
+ ${EPOC_PLATFORM} /ngagesdk/lib/gcc/arm-epoc-pe/4.6.4/libc_ngage.a
80
81
${EPOC_LIB} /mediaclientaudiostream.lib
81
82
${EPOC_LIB} /charconv.lib
82
83
${EPOC_LIB} /bitgdi.lib
Original file line number Diff line number Diff line change 484
484
*/
485
485
#define SDL_PLATFORM_NGAGE 1
486
486
487
- typedef signed char int8_t ;
488
- typedef unsigned char uint8_t ;
489
- typedef signed short int16_t ;
490
- typedef unsigned short uint16_t ;
491
- typedef signed int int32_t ;
492
- typedef unsigned int uint32_t ;
493
- typedef signed long long int64_t ;
494
- typedef unsigned long long uint64_t ;
495
- typedef unsigned long uintptr_t ;
496
- typedef signed long intptr_t ;
497
487
typedef long ssize_t ;
498
488
499
489
#undef __NGAGE__
Original file line number Diff line number Diff line change 49
49
#include < SDL3/SDL_platform_defines.h>
50
50
51
51
#include < stdarg.h>
52
- #if defined (HAVE_STDINT_H)
53
52
#include < stdint.h>
54
- #endif
55
53
#include < string.h>
56
- #if defined (HAVE_WCHAR_H)
57
54
#include < wchar.h>
58
- #endif
59
55
60
56
#if (defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L && !defined SDL_PLATFORM_NGAGE) || \
61
57
defined (SDL_INCLUDE_INTTYPES_H)
Original file line number Diff line number Diff line change 26
26
#include <SDL3/SDL_platform_defines.h>
27
27
#include <math.h>
28
28
#include <stdarg.h>
29
+ #include <stdint.h>
29
30
#include <stdio.h>
30
31
#include <stdlib.h>
31
32
61
62
#define HAVE_POW 1
62
63
#define HAVE_SCALBN 1
63
64
#define HAVE_SIN 1
64
- #define HAVE_STDIO_H 1
65
65
#define HAVE_SQRT 1
66
+ #define HAVE_STDIO_H 1
66
67
#define HAVE_TAN 1
67
68
68
69
#define isnanf (x ) SDL_uclibc_isnanf(x);
You can’t perform that action at this time.
0 commit comments