X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5d46b7362198fd94a5fd3b751df86287f2187bc..e4b712e2455dfc6e5303c428119b435d8d6182ed:/include/wx/protocol/file.h diff --git a/include/wx/protocol/file.h b/include/wx/protocol/file.h index 49f5182b1d..762c1bff9a 100644 --- a/include/wx/protocol/file.h +++ b/include/wx/protocol/file.h @@ -6,13 +6,13 @@ // Created: 1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef __WX_PROTO_FILE_H__ #define __WX_PROTO_FILE_H__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "sckfile.h" #endif @@ -23,7 +23,7 @@ #include "wx/protocol/protocol.h" #include "wx/url.h" -class WXDLLEXPORT wxFileProto: public wxProtocol { +class WXDLLIMPEXP_BASE wxFileProto: public wxProtocol { DECLARE_DYNAMIC_CLASS(wxFileProto) DECLARE_PROTOCOL(wxFileProto) protected: