fix mingw compliation

master
unknown 2012-03-16 08:54:29 +08:00
parent 7fb0482a46
commit c52d79605a
1 changed files with 1 additions and 1 deletions

2
tcc.h
View File

@ -882,7 +882,7 @@ enum tcc_token {
#define strtold (long double)strtod
#define strtof (float)strtod
#define strtoll (long long)strtol
#define strtoull (unsigned long long)strtoull
#define strtoull (unsigned long long)strtoui64
#endif
#else
/* XXX: need to define this to use them in non ISOC99 context */