Updates for OpenVMS compile support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2009-03-23 13:57:26 +00:00
parent 9053c7b9c1
commit eaca1a91a5
2 changed files with 9 additions and 3 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 : 26 February 2009 *
* Date : 23 March 2009 *
* *
*****************************************************************************/
@@ -250,7 +250,11 @@ typedef pid_t GPid;
#define wxUSE_INTL 1
#include <locale.h>
#if defined( __WXMOTIF__ )
#define wxUSE_XLOCALE 0
#else
#define wxUSE_XLOCALE 1
#endif
#define wxUSE_DATETIME 1