From: Jouk Jansen Date: Fri, 12 Nov 1999 10:09:49 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6842d18650b487249b4ae29d0d7e17231b24cde8 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 --- 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