X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5d46b7362198fd94a5fd3b751df86287f2187bc..28e5e577e4d26332a7ebdf7d1dc7492807fa1601:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index f9cfdbdb75..dc220b8a5f 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -6,14 +6,14 @@ // Created: 20/07/1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_URL_H #define _WX_URL_H -#ifdef __GNUG__ -#pragma interface +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) +#pragma interface "url.h" #endif #include "wx/defs.h" @@ -37,7 +37,7 @@ typedef enum { wxURL_PROTOERR } wxURLError; -class WXDLLEXPORT wxURL : public wxObject +class WXDLLIMPEXP_NET wxURL : public wxObject { public: wxURL(const wxString& url);