Fix Windows++ compilation of previous (YX Hao, Joel Bodenmann)

master
Steffen Nurpmeso 2017-10-09 14:52:56 +02:00
parent 1d5e386b0a
commit 6f1860e200
1 changed files with 2 additions and 0 deletions

2
tcc.h
View File

@ -208,6 +208,8 @@ extern long double strtold (const char *__nptr, char **__endptr);
# define CONFIG_TCC_SYSINCLUDEPATHS \
ALSO_TRIPLET(CONFIG_SYSROOT "/usr/local/include") \
":" ALSO_TRIPLET(CONFIG_SYSROOT "/usr/include")
# else
# define CONFIG_TCC_SYSINCLUDEPATHS ""
# endif
#endif