From b1cf7ccf19be2b4086affe06b2772bfd6f059d71 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 26 May 2014 18:04:49 +0000 Subject: [PATCH] [STLPORT] * Don't use _fseeki64 which shouldn't be exported. CORE-8174 svn path=/trunk/; revision=63473 --- reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp b/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp index 45aad790a6c..d49e10ad287 100644 --- a/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp +++ b/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp @@ -34,7 +34,7 @@ _STLP_MOVE_TO_PRIV_NAMESPACE #if defined (_STLP_USE_DEFAULT_FILE_OFFSET) || \ (!defined(_LARGEFILE_SOURCE) && !defined(_LARGEFILE64_SOURCE)) -# if !defined (_STLP_MSVC) || (_STLP_MSVC < 1400) || defined(_STLP_WCE) +# if !defined (_STLP_MSVC) || (_STLP_MSVC < 1400) || defined(_STLP_WCE) || defined(__REACTOS__) # define FSEEK fseek # else # define FSEEK _fseeki64