X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2cb8531cc21d6b3985ebac9ccdd4d3a846fc0919..ac52d2b0fc5d688fd882c54a60592c9c9ce61a29:/setup.h_vms diff --git a/setup.h_vms b/setup.h_vms index eb929a4c28..8656fa6213 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 : 10 September 2008 * + * Date : 25 November 2008 * * * *****************************************************************************/ @@ -210,7 +210,7 @@ typedef pid_t GPid; #define wxUSE_LOGGUI 1 -#define wxUSE_LOG_DIALOG 0 +#define wxUSE_LOG_DIALOG 1 #define wxUSE_CMDLINE_PARSER 1 @@ -328,6 +328,8 @@ typedef pid_t GPid; #define wxUSE_AUI 1 +#define wxUSE_PROPGRID 1 + #ifndef wxUSE_GRAPHICS_CONTEXT #define wxUSE_GRAPHICS_CONTEXT 0 #endif @@ -634,31 +636,11 @@ typedef pid_t GPid; /* --- end MSW options --- */ -/* - * Supports bool type - */ -#define HAVE_BOOL - /* * Define if your compiler supports the explicit keyword */ #define HAVE_EXPLICIT 1 -/* - * Define if your compiler supports const_cast<>() - */ -#define HAVE_CONST_CAST 1 - -/* - * Define if your compiler supports reinterpret_cast<>() - */ -#define HAVE_REINTERPRET_CAST 1 - -/* - * Define if your compiler supports const_cast<>() - */ -#define HAVE_STATIC_CAST 1 - /* * Define if your compiler has C99 va_copy */ @@ -1275,4 +1257,6 @@ typedef pid_t GPid; #define __VMS_BROKEN_TEMPLATES +#include + #endif /* __WX_SETUP_H__ */