]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
Move menu messages handling from wxFrame to wxTLW in wxMSW.
[wxWidgets.git] / src / common / memory.cpp
index dd4da0d58fb45841bb67659d57a44a5184fcb7f9..7480718c9bb3edd2af2b49d8994acf111236602a 100644 (file)
@@ -38,8 +38,7 @@
 
 #include "wx/ioswrap.h"
 
-#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\
-     && !defined( __MWERKS__ )
+#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )
 #include <memory.h>
 #endif