X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e12a951e754d0e6a67a211a1d8fb788e0a166094..c3ee2228e59be9a48ba2029d87c2442c698b71aa:/include/wx/msgout.h diff --git a/include/wx/msgout.h b/include/wx/msgout.h index bd3719e79d..95db8a5c8c 100755 --- a/include/wx/msgout.h +++ b/include/wx/msgout.h @@ -16,17 +16,6 @@ // headers // ---------------------------------------------------------------------------- -#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 "msgout.h" -#endif - #include "wx/defs.h" #include "wx/wxchar.h"