X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/76d23441fc72342cab289f818fa6b379489564b5..8584b0e64b273273bad122d28b10176bd5a3bc84:/setup.h_vms?ds=sidebyside diff --git a/setup.h_vms b/setup.h_vms index 53dc6c89a8..7b733ad6aa 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 : 19 August 2010 * + * Date : 3 January 2011 * * * *****************************************************************************/ @@ -23,6 +23,11 @@ /* Define as __inline if that's what the C compiler calls it. */ #undef inline +#else + +#define __USE_STD_IOSTREAM 1 +#define _USE_STD_STAT 1 + #endif /* __cplusplus */ /* fill in with the string wxGetOsDescription() will return */ @@ -231,7 +236,7 @@ typedef pid_t GPid; || (defined(_MSC_VER) && _MSC_VER < 1200) #define wxUSE_STD_DEFAULT 0 #else - #define wxUSE_STD_DEFAULT 0 + #define wxUSE_STD_DEFAULT 1 #endif #define wxUSE_STD_IOSTREAM wxUSE_STD_DEFAULT @@ -454,6 +459,10 @@ typedef pid_t GPid; #define wxUSE_ACCEL 1 +#define wxUSE_ARTPROVIDER_STD 1 + +#define wxUSE_ARTPROVIDER_TANGO 1 + #define wxUSE_HOTKEY 1 #define wxUSE_CARET 1 @@ -1063,6 +1072,9 @@ typedef pid_t GPid; /* Define if you have wcsdup function */ #undef HAVE_WCSDUP +/* Define if you have wcsftime() function */ +#define HAVE_WCSFTIME 1 + /* Define if you have strnlen() function */ #define HAVE_STRNLEN 1