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

Modified Files:
        Mcclient.h 
Log Message:
#undef MESSAGE as it conflicts with MimeType enum value

Index: Mcclient.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mcclient.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- Mcclient.h  19 Mar 2002 13:08:54 -0000      1.10
+++ Mcclient.h  16 Apr 2002 13:42:19 -0000      1.11
@@ -41,4 +41,7 @@
 #  undef write
 
+   //  this is defined as a struct while we use it as a MimeType enum value
+#  undef MESSAGE
+
    // windows.h included from osdep.h under Windows #defines all these
 #  undef   CreateDialog


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

Reply via email to