Changeset: 427428e59c1d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=427428e59c1d
Modified Files:
        common/stream/stream.h
Branch: protocol
Log Message:

Export for windows.


diffs (14 lines):

diff --git a/common/stream/stream.h b/common/stream/stream.h
--- a/common/stream/stream.h
+++ b/common/stream/stream.h
@@ -115,8 +115,8 @@ stream_export int mnstr_readLng(stream *
 stream_export int mnstr_writeLng(stream *s, lng val);
 
 
-int mnstr_writeFlt(stream *s, float val);
-int mnstr_writeDbl(stream *s, double val);
+stream_export int mnstr_writeFlt(stream *s, float val);
+stream_export int mnstr_writeDbl(stream *s, double val);
 
 #ifdef HAVE_HGE
 stream_export int mnstr_readHge(stream *s, hge *val);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to