diff --git a/src/config.h.W32 b/src/config.h.W32 index 1a03a041..2fe940b7 100644 --- a/src/config.h.W32 +++ b/src/config.h.W32 @@ -343,6 +343,10 @@ this program. If not, see . */ /* #undef HAVE_STRSIGNAL */ /* Define to 1 if you have the `strtoll' function. */ ++#ifdef __TINYC__ ++#define strtoll _strtoi64 ++#define strtoull _strtoui64 ++#endif #define HAVE_STRTOLL 1 /* Define to 1 if `d_type' is a member of `struct dirent'. */