X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a23c00470ee904d3958b4fec2b540bf119e28367..9838b284443a889c6c629568011c8ce76cfbacd4:/contrib/include/wx/net/email.h diff --git a/contrib/include/wx/net/email.h b/contrib/include/wx/net/email.h index 2d50316206..173e5e1847 100644 --- a/contrib/include/wx/net/email.h +++ b/contrib/include/wx/net/email.h @@ -9,7 +9,7 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "email.h" #endif @@ -23,7 +23,7 @@ * Miscellaneous email functions */ -class wxEmail +class WXDLLIMPEXP_NETUTILS wxEmail { public: //// Ctor/dtor @@ -32,7 +32,7 @@ public: //// Operations // Send a message. - // Specify profile, or leave it to wxWindows to find the current user name + // Specify profile, or leave it to wxWidgets to find the current user name static bool Send(wxMailMessage& message, const wxString& profileName = wxEmptyString, const wxString& sendMail = wxT("/usr/lib/sendmail -t"));