Author: akhaldi Date: Mon May 26 18:04:49 2014 New Revision: 63473
URL: http://svn.reactos.org/svn/reactos?rev=63473&view=rev Log: [STLPORT] * Don't use _fseeki64 which shouldn't be exported. CORE-8174
Modified: trunk/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp
Modified: trunk/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/3rdparty/stlport/src/st... ============================================================================== --- trunk/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp [iso-8859-1] (original) +++ trunk/reactos/lib/3rdparty/stlport/src/stdio_streambuf.cpp [iso-8859-1] Mon May 26 18:04:49 2014 @@ -34,7 +34,7 @@
#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