]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/ftp.cpp
small optimization in ProcessEvent() (IsKindOf(wxWindow) only called once)
[wxWidgets.git] / src / common / ftp.cpp
index 5d1731ad7743700c1b88aff13b4e5aab8efe61fa..ee2ac234d569f2f333a3f8c3758252079f266226 100644 (file)
@@ -20,7 +20,9 @@
 #pragma hdrstop
 #endif
 
+#ifndef __MWERKS__
 #include <memory.h>
+#endif
 #include <stdlib.h>
 #include "wx/string.h"
 #include "wx/utils.h"