projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
VTK wrapper of vtkRenderWindow for wxPython. Tested on MSW so far.
[wxWidgets.git]
/
src
/
common
/
doslex.c
diff --git
a/src/common/doslex.c
b/src/common/doslex.c
index 94234160cbda41c2d44a2444fa14f47de0a61fe8..3dbdde99eda55b24a2917bc31c5e232efb71a95f 100644
(file)
--- 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