// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "email.h"
#endif
* Miscellaneous email functions
*/
-class wxEmail
+class WXDLLIMPEXP_NETUTILS wxEmail
{
public:
//// Ctor/dtor
//// 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"));