Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
frmNewAccount: Implemented Win32 support
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 10 Dec 2017 00:46:38 +0000 (00:46 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Sun, 10 Dec 2017 00:46:38 +0000 (00:46 +0000)
source/forms/newaccount/frmNewAccount.cpp
source/forms/newaccount/frmNewAccount.h

index 023e49d..57b14f9 100644 (file)
 
 #include "frmNewAccount.h"
 
+#if defined(__WIN32__)
+#include "../common/win32ssl.h"
+#endif
+
 DEFINE_EVENT_TYPE(UPDATERESULTS);
 DEFINE_EVENT_TYPE(RUNCALDAVTEST);
 
@@ -553,7 +557,7 @@ void frmNewAccount::RunCalDAVTest( wxCommandEvent &event )
 
                testConnection.BypassSSLVerification(false);
 
-               bool modifiedCertificateData = false;
+               BOOL modifiedCertificateData = false;
 
                CRYPTUI_VIEWCERTIFICATE_STRUCTW certificateDialogData = BuildCertificateData(&testConnection, (HWND)this->GetHandle());
 
index 8e01256..ae8c170 100644 (file)
@@ -39,6 +39,10 @@ Subclass of frmNewAccountADT, which is generated by wxFormBuilder.
 #include "dirs.h"
 #include "sslcertstructs.h"
 
+#ifdef __WIN32__
+#include "win32ssl.h"
+#endif
+
 DECLARE_EVENT_TYPE(UPDATERESULTS, wxID_ANY);
 DECLARE_EVENT_TYPE(RUNCALDAVTEST, wxID_ANY);
 
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