last windows fixes?

svn path=/trunk/kdesupport/qca/; revision=258132
This commit is contained in:
Justin Karneges 2003-10-12 02:31:04 +00:00
parent 874cc2c610
commit 6292d9f0cb
3 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
#include"qcaprovider.h"
#ifdef QCA_PLUGIN
QCA_EXPORT QCAProvider *createProvider();
QCA_PLUGIN_EXPORT QCAProvider *createProvider();
#else
QCAProvider *createProviderSASL();
#endif

View File

@ -24,7 +24,7 @@
#include"qcaprovider.h"
#ifdef QCA_PLUGIN
QCA_EXPORT QCAProvider *createProvider();
QCA_PLUGIN_EXPORT QCAProvider *createProvider();
#else
QCAProvider *createProviderTLS();
#endif

View File

@ -15,7 +15,7 @@ SOURCES = qca-tls.cpp
DEFINES += QCA_PLUGIN
win32:{
DEFINES += QCA_PLUGIN_DLL OSS_097
DEFINES += QCA_PLUGIN_DLL OSSL_097
INCLUDEPATH += c:\local\include
LIBS += c:\local\lib\libeay32.lib c:\local\lib\ssleay32.lib
}