Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Merge branch 'master' of ssh://gelforn.xestia.co.uk/scmrepos/xestiaab
[xestiaab/.git] / source / frmMain.h
index e3844af..8d3c58d 100644 (file)
@@ -40,6 +40,8 @@ Subclass of frmMainADT, which is generated by wxFormBuilder.
 #if defined(__APPLE__)
 #import <Foundation/Foundation.h>
 #import <SecurityInterface/SFCertificateTrustPanel.h>
+#elif defined(__WIN32__)
+#include "common/win32ssl.h"
 #endif
 
 #include "common/timers.h"
@@ -127,6 +129,8 @@ class frmMain : public frmMainADT
                std::map<int, wxString> AccountAccDirList;
 #if defined(__APPLE__)
                std::map<int, SecTrustRef> AccountTrustData;
+#elif defined(__WIN32__)
+               std::map<int, PCCERT_CONTEXT> AccountCertificateData;
 #else
                std::map<int, SSLCertCollection> AccountSSLData;
 #endif
@@ -167,6 +171,7 @@ class frmMain : public frmMainADT
                int AccountID;
                int AccountNetID;
                int AccountGrpID;
+               int AccountUnsupportedID;
                int AccountNoneID;
                bool ReloadAccounts = FALSE;
                bool AscendingMode = FALSE;
@@ -274,6 +279,8 @@ class frmMain : public frmMainADT
                XABViewMode GetViewMode();
 #if defined(__APPLE__)
                void UpdateSSLAccountStatus(int AccountID, int SSLStatus, SecTrustRef SecurityTrustObject);
+#elif defined(__WIN32__)
+               void UpdateSSLAccountStatus(int AccountID, int SSLStatus, PCCERT_CONTEXT CertificateContext);
 #else
                void UpdateSSLAccountStatus(int AccountID, int SSLStatus, SSLCertCollection SSLCertInc);
 #endif
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