Update of /cvsroot/monetdb/clients/src/mapiclient
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv32435/src/mapiclient

Modified Files:
        dump.c 
Log Message:
propagated changes of Monday Nov 26 2007 - Friday Nov 30 2007
from the Clients_1-20 branch to the development trunk


Index: dump.c
===================================================================
RCS file: /cvsroot/monetdb/clients/src/mapiclient/dump.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- dump.c      3 Oct 2007 13:56:16 -0000       1.14
+++ dump.c      30 Nov 2007 12:33:53 -0000      1.15
@@ -24,6 +24,12 @@
 #include <string.h>
 #include "msqldump.h"
 
+#ifdef NATIVE_WIN32
+/* The POSIX name for this item is deprecated. Instead, use the ISO
+   C++ conformant name: _strdup. See online help for details. */
+#define strdup _strdup
+#endif
+
 static void
 quoted_print(FILE *f, const char *s)
 {


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to