Update of /cvsroot/mahogany/M/src/util
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3563/src/util
Modified Files:
ssl.cpp
Log Message:
compilation with wxWine
Index: ssl.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/util/ssl.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -b -u -2 -r1.36 -r1.37
--- ssl.cpp 31 Aug 2005 21:51:48 -0000 1.36
+++ ssl.cpp 4 Sep 2006 23:15:37 -0000 1.37
@@ -33,5 +33,5 @@
// under Unix we have to load libssl and libcrypto to provide access to them to
// c-client
-#if defined(OS_UNIX) || defined(__CYGWIN__)
+#if (defined(OS_UNIX) || defined(__CYGWIN__)) && !defined(__WINE__)
#include <wx/dynlib.h>
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates