X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/886dd7d28e50c003cc88b81b968d487a3c17b0d7..1fa29bdc254c03dd5026a4b72aa8312667178121:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index fd0b7021e3..e02c326b1b 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -13,7 +13,7 @@ #ifndef _WX_FILEH__ #define _WX_FILEH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "file.h" #endif @@ -54,7 +54,7 @@ // dtor which is _not_ virtual, so it shouldn't be used as a base class. // ---------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxFile +class WXDLLIMPEXP_BASE wxFile { public: // more file constants @@ -150,7 +150,7 @@ private: // you call neither of them, dtor will call Discard(). // ---------------------------------------------------------------------------- -class WXDLLEXPORT_BASE wxTempFile +class WXDLLIMPEXP_BASE wxTempFile { public: // ctors