From c52d79605a3c895a16e18f0b7193f1f4b480a60f Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 16 Mar 2012 08:54:29 +0800 Subject: [PATCH] fix mingw compliation --- tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcc.h b/tcc.h index 7ba6ac91..cc599127 100644 --- a/tcc.h +++ b/tcc.h @@ -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 */