Update of /cvsroot/mahogany/M/src/mail
In directory sc8-pr-cvs1:/tmp/cvs-serv6965
Modified Files:
MailFolderCC.cpp MailFolderCmn.cpp
Log Message:
Python compile fix
Index: MailFolderCC.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCC.cpp,v
retrieving revision 1.684
retrieving revision 1.685
diff -b -u -2 -r1.684 -r1.685
--- MailFolderCC.cpp 12 Oct 2003 17:24:19 -0000 1.684
+++ MailFolderCC.cpp 13 Oct 2003 23:45:46 -0000 1.685
@@ -25,4 +25,10 @@
#include "Mpch.h"
+#ifdef USE_PYTHON
+# include "MPython.h" // Python fix for Pyobject / presult
+# include "PythonHelp.h" // Python fix for PythonCallback
+# include "Mcallbacks.h" // Python fix for MCB_* declares
+#endif //USE_PYTHON
+
#ifndef USE_PCH
# include "Mcommon.h"
Index: MailFolderCmn.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/mail/MailFolderCmn.cpp,v
retrieving revision 1.125
retrieving revision 1.126
diff -b -u -2 -r1.125 -r1.126
--- MailFolderCmn.cpp 12 Oct 2003 17:24:19 -0000 1.125
+++ MailFolderCmn.cpp 13 Oct 2003 23:45:47 -0000 1.126
@@ -28,4 +28,10 @@
#include "Mpch.h"
+#ifdef USE_PYTHON
+# include "MPython.h" // Python fix for Pyobject / presult
+# include "PythonHelp.h" // Python fix for PythonCallback
+# include "Mcallbacks.h" // Python fix for MCB_* declares
+#endif //USE_PYTHON
+
#ifndef USE_PCH
# include "Mcommon.h"
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates