Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Win32 support: Added code to load up the Security Interface.
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 12 May 2016 20:09:38 +0000 (21:09 +0100)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Thu, 12 May 2016 20:09:38 +0000 (21:09 +0100)
source/main.cpp

index a49b96b..e46abb4 100644 (file)
 #include "common/defaults.h"
 #include "common/dirs.h"
 
+#if defined(__WIN32__)
+#include "common/win32ssl.h"
+#endif
+
 class XestiaABApp: public wxApp
 {
     virtual bool OnInit();
@@ -49,6 +53,13 @@ IMPLEMENT_APP(XestiaABApp);
 bool XestiaABApp::OnInit()
 {
 
+#if defined(__WIN32__)
+
+       PSecurityFunctionTableW SecurityFunctionTbl;
+       SecurityFunctionTbl = (*InitSecurityInterface)();
+
+#endif
+
        // Setup the locale.
 
        wxLocale locale;
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy