From 33ea58370577f877c9069be615b2eb40843f9a8c Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Thu, 6 Mar 2008 06:46:56 +0000 Subject: [PATCH] Update OpenVMS compile configuration git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h_vms | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/setup.h_vms b/setup.h_vms index 4619e4d436..c4b8bf93ec 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 : 11 February 2008 * + * Date : 5 March 2008 * * * *****************************************************************************/ @@ -220,15 +220,17 @@ typedef pid_t GPid; #define wxUSE_STREAMS 1 -#define wxUSE_STD_IOSTREAM 0 - #if defined(__DMC__) || defined(__WATCOMC__) \ - || (defined(_MSC_VER) && _MSC_VER < 1200) - #define wxUSE_STD_STRING 0 + || (defined(_MSC_VER) && _MSC_VER < 1200) + #define wxUSE_STD_DEFAULT 0 #else - #define wxUSE_STD_STRING 0 + #define wxUSE_STD_DEFAULT 0 #endif +#define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT + +#define wxUSE_STD_STRING wxUSE_STD_DEFAULT + #define wxUSE_PRINTF_POS_PARAMS 0 #define wxUSE_LONGLONG 1