Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21978/src/gui
Modified Files:
wxMApp.cpp
Log Message:
Compilation fixes for non-standard wxWindows configuration
Index: wxMApp.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/wxMApp.cpp,v
retrieving revision 1.298
retrieving revision 1.299
diff -b -u -2 -r1.298 -r1.299
--- wxMApp.cpp 15 May 2005 20:04:59 -0000 1.298
+++ wxMApp.cpp 20 Jul 2005 13:07:44 -0000 1.299
@@ -463,5 +463,5 @@
// ----------------------------------------------------------------------------
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
#include "wx/debugrpt.h"
@@ -727,5 +727,5 @@
}
-#if wxUSE_DEBUGREPORT
+#if wxUSE_DEBUGREPORT && wxUSE_XML
MDebugReport report(msgOrig);
if ( wxDebugReportPreviewStd().Show(report) )
@@ -902,5 +902,7 @@
{
// we want our OnAbnormalTermination() be called if we crash
+#if wxUSE_ON_FATAL_EXCEPTION
wxHandleFatalExceptions();
+#endif
// create a semaphore indicating that we're running - or check if another
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates