Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added code for viewing vCard data within an unsupported account
[xestiaab/.git] / source / frmMain.h
index 1c9cddc..8d3c58d 100644 (file)
@@ -130,7 +130,7 @@ class frmMain : public frmMainADT
 #if defined(__APPLE__)
                std::map<int, SecTrustRef> AccountTrustData;
 #elif defined(__WIN32__)
-               std::map<int, CERT_CONTEXT> AccountCertificateData;
+               std::map<int, PCCERT_CONTEXT> AccountCertificateData;
 #else
                std::map<int, SSLCertCollection> AccountSSLData;
 #endif
@@ -171,6 +171,7 @@ class frmMain : public frmMainADT
                int AccountID;
                int AccountNetID;
                int AccountGrpID;
+               int AccountUnsupportedID;
                int AccountNoneID;
                bool ReloadAccounts = FALSE;
                bool AscendingMode = FALSE;
@@ -279,7 +280,7 @@ class frmMain : public frmMainADT
 #if defined(__APPLE__)
                void UpdateSSLAccountStatus(int AccountID, int SSLStatus, SecTrustRef SecurityTrustObject);
 #elif defined(__WIN32__)
-               void UpdateSSLAccountStatus(int AccountID, int SSLStatus, CERT_CONTEXT CertificateContext);
+               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