From 96fd02ed68fb068ba75d980bcd280bbdb5169bba Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 4 Mar 2009 19:15:02 +0100 Subject: [PATCH] Revert "MinGW: use off64_t and lseek64()" This reverts commit 3cb35a31b04fb8e5cbfda3affcaa87dfee620355. The fix was incorrect. Signed-off-by: Johannes Schindelin --- compat/mingw.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/compat/mingw.h b/compat/mingw.h index bfdfdb4940..8898006278 100644 --- a/compat/mingw.h +++ b/compat/mingw.h @@ -117,9 +117,6 @@ static inline int waitpid(pid_t pid, int *status, unsigned options) return -1; } -#define off_t off64_t -#define lseek lseek64 - /* * implementations of missing functions */