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

Modified Files:
        MApplication.cpp 
Log Message:
fixing cygwin debug build

Index: MApplication.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/MApplication.cpp,v
retrieving revision 1.269
retrieving revision 1.270
diff -b -u -2 -r1.269 -r1.270
--- MApplication.cpp    9 Apr 2003 07:25:20 -0000       1.269
+++ MApplication.cpp    23 Jun 2003 21:56:50 -0000      1.270
@@ -668,5 +668,5 @@
       // suppress memory leak reports in debug mode - it is not a real memory
       // leak as memory is allocated only once but still
-#if defined(OS_WIN) && defined(DEBUG)
+#if defined(OS_WIN) && defined(DEBUG) && !defined(__CYGWIN__)
       // clean up after cclient (order is important as sysinbox() uses the
       // username)



-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to