From c5aef53c60055d9a18349e6fa8b8f135fb89f046 Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Fri, 17 Oct 2014 00:25:26 +0200 Subject: Fix handling of files larger than 2GB on 32bit systems --- src/download.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/download.c') diff --git a/src/download.c b/src/download.c index 6adc523..82087df 100644 --- a/src/download.c +++ b/src/download.c @@ -27,10 +27,6 @@ #include "download.h" #include "common.h" -#ifdef WIN32 -#define ftello(x) ftell(x) -#endif - typedef struct { int length; char* content; -- cgit v1.1-32-gdbae