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

Modified Files:
        Migrate.cpp 
Log Message:
Mahogany can now be compiled with cygwin's -mno-cygwin switch (mingw)

Index: Migrate.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/modules/Migrate.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- Migrate.cpp 11 Apr 2003 18:29:07 -0000      1.13
+++ Migrate.cpp 15 Jul 2003 00:47:34 -0000      1.14
@@ -30,5 +30,5 @@
    #include <wx/app.h>        // for wxPostEvent()
    // it includes windows.h which defines SendMessage under Windows
-#ifdef __CYGWIN__
+#if defined(__CYGWIN__) || defined(__MINGW32__)
    #undef SendMessage
 #endif



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to