From: Jouk Jansen Date: Tue, 14 Nov 2006 09:51:40 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3ccb6f0c23bc7d5fb9b23a5fbc075f1cdf448013 Committing in . update for OpenVMS Modified Files: wxWidgets/setup.h_vms git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h_vms b/setup.h_vms index 08b6636aa6..ce6f600233 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -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 : 7 November 2006 * + * Date : 14 November 2006 * * * *****************************************************************************/ @@ -309,11 +309,7 @@ typedef pid_t GPid; #define wxUSE_XRC 1 -#if wxUSE_XRC -#define wxUSE_XML 1 -#else -# define wxUSE_XML 1 -#endif +#define wxUSE_XML wxUSE_XRC #define wxUSE_AUI 1 @@ -1151,6 +1147,9 @@ typedef pid_t GPid; #undef HAVE_WCTYPE_H #endif +/* Define if you have (Solaris only) */ +#undef HAVE_WIDEC_H + /* Define if you have the header file and iconv() symbol. */ #define HAVE_ICONV_H 1