]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
Use SetFocusIgnoringChildren()
[wxWidgets.git] / src / common / memory.cpp
index 9bf20f536b4b61fe20d6b3701950b4b8b83bf495..ae3b6383b52620a8538455ec86648aa873f0e7bd 100644 (file)
@@ -39,7 +39,7 @@
 #include "wx/ioswrap.h"
 
 #if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\
-     && !defined( __MWERKS__ ) && !defined(__SALFORDC__)
+     && !defined( __MWERKS__ )
 #include <memory.h>
 #endif