X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d3c0ce340237e30bbc03e0e419d5a6d97a04dac6..3529fcc96ad95cb60a965b4f0a1d484f37bb0f11:/include/wx/file.h diff --git a/include/wx/file.h b/include/wx/file.h index 0eaa8c1770..e02c326b1b 100644 --- a/include/wx/file.h +++ b/include/wx/file.h @@ -7,13 +7,13 @@ // Created: 29/01/98 // RCS-ID: $Id$ // Copyright: (c) 1998 Vadim Zeitlin -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_FILEH__ #define _WX_FILEH__ -#if defined(__GNUG__) && !defined(__APPLE__) +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma interface "file.h" #endif @@ -53,7 +53,8 @@ // NB: for space efficiency this class has no virtual functions, including // dtor which is _not_ virtual, so it shouldn't be used as a base class. // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxFile + +class WXDLLIMPEXP_BASE wxFile { public: // more file constants @@ -148,7 +149,8 @@ private: // file (and close this one) or call Discard() to cancel the modification. If // you call neither of them, dtor will call Discard(). // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTempFile + +class WXDLLIMPEXP_BASE wxTempFile { public: // ctors