#ifndef _WX_FILEH__
#define _WX_FILEH__
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "file.h"
#endif
// 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
// you call neither of them, dtor will call Discard().
// ----------------------------------------------------------------------------
-class WXDLLEXPORT_BASE wxTempFile
+class WXDLLIMPEXP_BASE wxTempFile
{
public:
// ctors