From: Jouk Jansen Date: Fri, 12 Nov 1999 11:08:29 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d554e5da38a90760e92b7b0e4a66dbaef71a2d54 Committing in . VMS7.x patch Modified Files: wxWindows/src/common/doslex.c git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/doslex.c b/src/common/doslex.c index 94234160cb..3dbdde99ed 100644 --- a/src/common/doslex.c +++ b/src/common/doslex.c @@ -231,7 +231,7 @@ extern char *malloc(); #endif #define Return(x) return x; -#if defined(VMS) && !defined(strdup) +#if defined(VMS) && ( __VMS_VER < 70000000 ) #define strdup(s) (strcpy((char *)malloc(strlen(s)+1), s)); #endif