Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc02362
)
Win32 support: Added code to load up the Security Interface.
author
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Thu, 12 May 2016 20:09:38 +0000
(21:09 +0100)
committer
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Thu, 12 May 2016 20:09:38 +0000
(21:09 +0100)
source/main.cpp
patch
|
blob
|
history
diff --git
a/source/main.cpp
b/source/main.cpp
index
a49b96b
..
e46abb4
100644
(file)
--- a/
source/main.cpp
+++ b/
source/main.cpp
@@
-39,6
+39,10
@@
#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;
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy