]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_mem.h
implemented IsModified() and DiscardEdits()
[wxWidgets.git] / include / wx / fs_mem.h
index be005401ed43ca8836f78c1afd29cc56c102522b..9a46b264f40b78f6801a0c4ca96ab789d5f28fdc 100644 (file)
@@ -9,7 +9,14 @@
 #ifndef _WX_FS_MEM_H_
 #define _WX_FS_MEM_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) && !defined(__EMX__)
+// Some older compilers (such as EMX) cannot handle
+// #pragma interface/implementation correctly, iff 
+// #pragma implementation is used in _two_ translation
+// units (as created by e.g. event.cpp compiled for
+// libwx_base and event.cpp compiled for libwx_gui_core).
+// So we must not use those pragmas for those compilers in
+// such files.
 #pragma interface "fs_mem.h"
 #endif