* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 12 September 2008 *
+ * Date : 12 January 2009 *
* *
*****************************************************************************/
#if defined(__DMC__) || defined(__WATCOMC__) \
|| (defined(_MSC_VER) && _MSC_VER < 1200)
- #define wxUSE_STD_DEFAULT 0
+ #define wxUSE_STD_DEFAULT 0
#else
#define wxUSE_STD_DEFAULT 0
#endif
#define wxUSE_FILEPICKERCTRL 1
#define wxUSE_FONTPICKERCTRL 1
#define wxUSE_GAUGE 1
+#define wxUSE_HEADERCTRL 1
#define wxUSE_HYPERLINKCTRL 1
#define wxUSE_LISTBOX 1
#define wxUSE_LISTCTRL 1
#define wxUSE_TOOLBOOK 1
-#define wxUSE_TAB_DIALOG 1
-
#define wxUSE_TASKBARICON 1
#define wxUSE_GRID 1
#define wxUSE_BITMAPCOMBOBOX 1
+#define wxUSE_REARRANGECTRL 1
+
#define wxUSE_ACCEL 1
#define wxUSE_HOTKEY 1
/* define with the name of timezone variable */
#undef WX_TIMEZONE
-
+
/* The type of 3rd argument to getsockname() - usually size_t or int */
#define WX_SOCKLEN_T size_t
Win32 adjustments section
---------------------------------------------------------------------
*/
-
+
#ifdef __WIN32__
/* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibil
#define __VMS_BROKEN_TEMPLATES
+#include <stdlib.h>
+
#endif /* __WX_SETUP_H__ */