Added a comment to say why C runtime is off by default
This commit is contained in:
parent
10fbebcc51
commit
d944115cb1
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ typedef unsigned int uintptr_t;
|
|||
# define SIZEOF_VOIDP 4
|
||||
#endif
|
||||
|
||||
/* This is disabled by default to avoid C runtime dependencies and manifest requirements */
|
||||
#ifdef HAVE_LIBC
|
||||
/* Useful headers */
|
||||
#define HAVE_STDIO_H 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue