Skip to content

Commit a047d1d

Browse files
committed
Add a few fake defines to make frreetype stop complaining
It doesn't matter what these values are; it determines some typedefs, and the wrapper is smart enough to use the typedef type.
1 parent 4da8d89 commit a047d1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fake_libc_include/_fake_defines.h

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
#define UINT_MAX 4294967295U
3232
#define RAND_MAX 32767
3333
#define INT_MAX 32767
34+
#define ULONG_MAX 4294967295UL
35+
36+
#define CHAR_BIT 8
3437

3538
/* C99 inttypes.h defines */
3639
#define PRId8 "d"

0 commit comments

Comments
 (0)