]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/url.h
Reverted part of patch #876969 ("Fixes to Borland warnings"), resulted in bugs when...
[wxWidgets.git] / include / wx / url.h
index 794062ae72ac9a9e1377e5d4ab6699777d379f3d..dc220b8a5faa653ffbc6dac948135a09e756fd64 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_URL_H
 #define _WX_URL_H
 
 #ifndef _WX_URL_H
 #define _WX_URL_H
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "url.h"
 #endif
 
 #pragma interface "url.h"
 #endif
 
@@ -37,7 +37,7 @@ typedef enum {
   wxURL_PROTOERR
 } wxURLError;
 
   wxURL_PROTOERR
 } wxURLError;
 
-class WXDLLEXPORT_BASE wxURL : public wxObject
+class WXDLLIMPEXP_NET wxURL : public wxObject
 {
 public:
     wxURL(const wxString& url);
 {
 public:
     wxURL(const wxString& url);