]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
added directories for Motif headers and libs under Solaris to the search path
[wxWidgets.git] / src / common / memory.cpp
index 85efd2cf3ba8d7857e4f2202131dd836a38564ad..55a2a2b3410800938679bba0dd40b20a03234210 100644 (file)
@@ -49,7 +49,7 @@
 #  endif
 #endif
 
-#if !defined(__WATCOMC__) && !defined(__VMS__)
+#if !defined(__WATCOMC__) && !defined(__VMS__) && !defined( __MWERKS__ )
 #include <memory.h>
 #endif