Added a comment to say why C runtime is off by default

This commit is contained in:
Sam Lantinga 2013-05-26 16:08:15 -07:00
parent 10fbebcc51
commit d944115cb1

View file

@ -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