X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..b6e2eddeaf7e559589ce41ac41e88f9bd71c5a08:/include/wx/fs_inet.h?ds=sidebyside diff --git a/include/wx/fs_inet.h b/include/wx/fs_inet.h index 16ef297579..3bafeed289 100644 --- a/include/wx/fs_inet.h +++ b/include/wx/fs_inet.h @@ -21,7 +21,7 @@ limitation) #ifndef _WX_FS_INET_H_ #define _WX_FS_INET_H_ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "fs_inet.h" #endif @@ -39,7 +39,7 @@ limitation) // wxInternetFSHandler //-------------------------------------------------------------------------------- -class WXDLLEXPORT wxInternetFSHandler : public wxFileSystemHandler +class WXDLLIMPEXP_NET wxInternetFSHandler : public wxFileSystemHandler { private: wxHashTable m_Cache;