Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv1205/include

Modified Files:
        Mcclient.h 
Log Message:
compilation fix for c-client stupidity

Index: Mcclient.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mcclient.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- Mcclient.h  9 Nov 2001 14:00:40 -0000       1.9
+++ Mcclient.h  19 Mar 2002 13:08:54 -0000      1.10
@@ -37,4 +37,7 @@
    // stupid c-client lib redefines utime() in an incompatible way
 #  undef utime
+
+   // and it also thinks it's ok to redefine a symbol as common as "write"!
+#  undef write
 
    // windows.h included from osdep.h under Windows #defines all these


_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to