X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/469e1e5c35e3d284dc53e58dda12426be1aa2c25..28be2e8a170979d476a5ea4f585505b8a2f5af27:/src/common/cwlex_yy.c diff --git a/src/common/cwlex_yy.c b/src/common/cwlex_yy.c index 67e789afba..96e91c1ca9 100644 --- a/src/common/cwlex_yy.c +++ b/src/common/cwlex_yy.c @@ -192,7 +192,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