summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
0751826)
VMS7.x patch
Modified Files:
wxWindows/src/common/cwlex_yy.c
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4495
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
#define Return(x) return x;
#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
#define strdup(s) (strcpy((char *)malloc(strlen(s)+1), s));
#endif