X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fzip%2Fminiunz.c;h=b068486e457ffb190eae8f754e0682fd01ef2106;hp=478d4a8fbb3d1eaf3af3d1fbf30de476059b2dc0;hb=1b050fd79304752f4662850e2c21f6b19b79330d;hpb=f37c86753d5005bf7ae341d0cbcc15ef75393567;ds=sidebyside diff --git a/src/libgame/zip/miniunz.c b/src/libgame/zip/miniunz.c index 478d4a8f..b068486e 100644 --- a/src/libgame/zip/miniunz.c +++ b/src/libgame/zip/miniunz.c @@ -16,22 +16,6 @@ See the accompanying LICENSE file for the full text of the license. */ -#if defined(__linux__) -// Linux needs this to support file operation on files larger then 4+GB -# ifndef __USE_FILE_OFFSET64 -# define __USE_FILE_OFFSET64 -# endif -# ifndef __USE_LARGEFILE64 -# define __USE_LARGEFILE64 -# endif -# ifndef _LARGEFILE64_SOURCE -# define _LARGEFILE64_SOURCE -# endif -# ifndef _FILE_OFFSET_BIT -# define _FILE_OFFSET_BIT 64 -# endif -#endif - #include #include #include