Update of /cvsroot/monetdb/MonetDB/src/common
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28278/src/common
Modified Files:
stream.mx
Log Message:
propagated changes of Wednesday Jan 02 2008
from the MonetDB_1-20 branch to the development trunk
Index: stream.mx
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/common/stream.mx,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- stream.mx 7 Dec 2007 11:58:31 -0000 1.153
+++ stream.mx 2 Jan 2008 14:58:33 -0000 1.154
@@ -796,7 +796,7 @@
{
FILE *fp = (FILE*)s->stream_data.p;
-#ifdef NATIVE_WIN32
+#if defined(NATIVE_WIN32) && _MSC_VER >= 1400 /* Visual Studio 2005 */
return _fseeki64(fp, (__int64) p, SEEK_SET);
#else
return fseek(fp, (long) p, SEEK_SET);
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins