From 6842d18650b487249b4ae29d0d7e17231b24cde8 Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Fri, 12 Nov 1999 10:09:49 +0000 Subject: [PATCH] Committing in . Patch for VMS7.x Modified Files: wxWindows/src/common/memory.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/common/memory.cpp b/src/common/memory.cpp index d7d6c07461..a50a601380 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -46,7 +46,8 @@ #include #endif -#if !defined(__WATCOMC__) && !defined(__VMS__) && !defined( __MWERKS__ ) && !defined(__SALFORDC__) +#if !defined(__WATCOMC__) && !(defined(__VMS__) && ( __VMS_VER < 70000000 ) )\ + && !defined( __MWERKS__ ) && !defined(__SALFORDC__) #include #endif -- 2.50.0