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

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

Index: ProvPasswd.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/adb/ProvPasswd.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- ProvPasswd.cpp      23 Jun 2003 01:23:45 -0000      1.11
+++ ProvPasswd.cpp      15 Jul 2003 00:47:33 -0000      1.12
@@ -24,7 +24,5 @@
 #include "Mpch.h"
 
-#if !defined(OS_UNIX) && !defined(__CYGWIN__)
-   #error "This module can only be compiled under Unix."
-#endif
+#if defined(OS_UNIX) || defined(__CYGWIN__)
 
 #ifndef  USE_PCH
@@ -483,2 +481,4 @@
    return false;
 }
+
+#endif // OS_UNIX



-------------------------------------------------------
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