From: Steve Brokenshire Date: Mon, 11 Apr 2016 22:55:01 +0000 (+0100) Subject: Moved the ConnectionObject subroutines in the CardDAV header to in the #defined(__APP... X-Git-Tag: release-0.12~4 X-Git-Url: http://Server1/repobrowser/?p=xestiaab%2F.git;a=commitdiff_plain;h=e1f4d1b7759935d4b0e876ee3821133abfec8d9e Moved the ConnectionObject subroutines in the CardDAV header to in the #defined(__APPLE__) statement --- diff --git a/source/carddav/carddav.h b/source/carddav/carddav.h index 81269bc..6afc3f8 100644 --- a/source/carddav/carddav.h +++ b/source/carddav/carddav.h @@ -107,9 +107,9 @@ class CardDAV wxString ETagValueResult(); wxString GetErrorMessage(); static size_t WritebackFunc(char *ptr, size_t size, size_t nmemb, wxString *stream); +#if defined(__APPLE__) static CURL* GetConnectionObject(); static void SetConnectionObject(CURL *ConnectionObject); -#if defined(__APPLE__) SecTrustRef GetTrustObject(); #endif