]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fs_mem.h
Insure suitable choices of path/drive separator on OS/2.
[wxWidgets.git] / include / wx / fs_mem.h
index 34531d96ca9c6df8174d6bda8dca24172a5c6eaf..9a46b264f40b78f6801a0c4ca96ab789d5f28fdc 100644 (file)
@@ -9,7 +9,14 @@
 #ifndef _WX_FS_MEM_H_
 #define _WX_FS_MEM_H_
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#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