]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/file.h
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / include / wx / file.h
index fd0b7021e3fd2ce318b6d49b9dd83a4725a96f6f..e02c326b1bfc5c58d322d093b269a314b3f9fcfb 100644 (file)
@@ -13,7 +13,7 @@
 #ifndef _WX_FILEH__
 #define _WX_FILEH__
 
 #ifndef _WX_FILEH__
 #define _WX_FILEH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "file.h"
 #endif
 
 #pragma interface "file.h"
 #endif
 
@@ -54,7 +54,7 @@
 //     dtor which is _not_ virtual, so it shouldn't be used as a base class.
 // ----------------------------------------------------------------------------
 
 //     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
 {
 public:
   // more file constants
@@ -150,7 +150,7 @@ private:
 // you call neither of them, dtor will call Discard().
 // ----------------------------------------------------------------------------
 
 // you call neither of them, dtor will call Discard().
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT_BASE wxTempFile
+class WXDLLIMPEXP_BASE wxTempFile
 {
 public:
   // ctors
 {
 public:
   // ctors