Update compile support for OpenVMS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58234 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-01-19 20:29:32 +00:00
parent a7132f4b4b
commit 304a807af9
2 changed files with 18 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
* Date : 13 January 2009 *
* Date : 19 January 2009 *
* *
*****************************************************************************/
@@ -990,6 +990,12 @@ typedef pid_t GPid;
/* Define if you have usleep() */
#define HAVE_USLEEP 1
/* Define if you have wcscasecmp() function */
#undef HAVE_WCSCASECMP
/* Define if you have wcsncasecmp() function */
#undef HAVE_WCSNCASECMP
/* Define if you have wcslen function */
#define HAVE_WCSLEN 1