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

Modified Files:
        Migrate.cpp 
Log Message:
compilation fixes for Unix

Index: Migrate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Migrate.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -b -u -2 -r1.7 -r1.8
--- Migrate.cpp 14 Oct 2002 21:52:36 -0000      1.7
+++ Migrate.cpp 15 Oct 2002 11:00:11 -0000      1.8
@@ -28,4 +28,5 @@
    #include "Mcommon.h"
 
+   #include <wx/app.h>        // for wxPostEvent()
    #include <wx/sizer.h>
 
@@ -52,4 +53,9 @@
 
 #include <wx/wizard.h>
+
+// if we're still using old headers
+#ifndef wxRB_SINGLE
+   #define wxRB_SINGLE 0
+#endif
 
 // ----------------------------------------------------------------------------



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to