]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
RemoveAt() added to array classes
[wxWidgets.git] / src / common / memory.cpp
index d7d6c07461c424535979d46dfff80402a0a11910..a50a6013807dab5be9ca8c8e3b0820893507872d 100644 (file)
@@ -46,7 +46,8 @@
     #include <fstream>
 #endif
 
-#if !defined(__WATCOMC__) && !defined(__VMS__) && !defined( __MWERKS__ ) && !defined(__SALFORDC__)
+#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\
+     && !defined( __MWERKS__ ) && !defined(__SALFORDC__)
 #include <memory.h>
 #endif