Update of /cvsroot/mahogany/M/src/mail
In directory usw-pr-cvs1:/tmp/cvs-serv20252/src/mail

Modified Files:
        MailFolderCC.cpp 
Log Message:
compilation fix for IRIX (and maybe others)

Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.619
retrieving revision 1.620
diff -b -u -2 -r1.619 -r1.620
--- MailFolderCC.cpp    16 May 2002 10:55:27 -0000      1.619
+++ MailFolderCC.cpp    4 Jun 2002 13:54:34 -0000       1.620
@@ -67,5 +67,6 @@
    #include <signal.h>
 
-   static void sigpipe_handler(int)
+   // wxTYPE_SA_HANDLER is defined by wxWindows configure script in its setup.h
+   extern "C" void sigpipe_handler(wxTYPE_SA_HANDLER)
    {
       // do nothing


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

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

Reply via email to