]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/net/email.h
Doesn't conform to license conditions, so removing
[wxWidgets.git] / contrib / include / wx / net / email.h
index 2d50316206bd76410caaef7c77cab71478b0a0e1..173e5e1847d24aa8ebb7b37a163f69aa5937db5d 100644 (file)
@@ -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"));