Update of /cvsroot/mahogany/M/include
In directory usw-pr-cvs1:/tmp/cvs-serv11403/include
Modified Files:
Mcommon.h MailFolder.h
Log Message:
fixes for compilation with the latest wxWindows
Index: Mcommon.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mcommon.h,v
retrieving revision 1.53
retrieving revision 1.54
diff -b -u -2 -r1.53 -r1.54
--- Mcommon.h 25 Dec 2001 02:27:25 -0000 1.53
+++ Mcommon.h 6 Mar 2002 18:14:50 -0000 1.54
@@ -177,4 +177,9 @@
//@}
+/// for compilation with wxWindows versions < 2.3.3
+#ifndef WX_DEFINE_ARRAY_INT
+ #define WX_DEFINE_ARRAY_INT WX_DEFINE_ARRAY
+#endif // !defined(WX_DEFINE_ARRAY_INT)
+
#endif // MCOMMON_H
Index: MailFolder.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MailFolder.h,v
retrieving revision 1.171
retrieving revision 1.172
diff -b -u -2 -r1.171 -r1.172
--- MailFolder.h 5 Feb 2002 19:06:55 -0000 1.171
+++ MailFolder.h 6 Mar 2002 18:14:50 -0000 1.172
@@ -69,5 +69,5 @@
*/
#include <wx/dynarray.h>
-WX_DEFINE_ARRAY(UIdType, UIdArray);
+WX_DEFINE_ARRAY_INT(UIdType, UIdArray);
typedef UIdArray MsgnoArray;
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates