From 28e2c3f3522402adc95329a71c3ce4c557342059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 19 Feb 2020 18:28:40 +0100 Subject: Remove LFS definitions from individual files. LFS support is detected and enabled globally. Used standard fopen and fseeko functions. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- src/kbitem.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/kbitem.cpp') diff --git a/src/kbitem.cpp b/src/kbitem.cpp index 7eee111..cbd9fa5 100644 --- a/src/kbitem.cpp +++ b/src/kbitem.cpp @@ -10,11 +10,6 @@ // // -// enable > 2gb support (LFS) - -#define _LARGEFILE_SOURCE -#define _LARGEFILE64_SOURCE - #include #include "kbfileinfo.h" -- cgit v1.2.1