]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
more specs for wxDC::DrawRotatedText
[wxWidgets.git] / setup.h_vms
index ef0536dc47c66b9f30b9de5a4cd513229b9060a5..9e883532de63e7700e0ca9f1c09dc5f01c988b88 100644 (file)
@@ -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)                            *
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 25 November 2008                                                   *
+ * Date : 26 February 2009                                                   *
  *                                                                           *
  *****************************************************************************/
 
  *                                                                           *
  *****************************************************************************/
 
@@ -163,14 +163,13 @@ typedef pid_t GPid;
     #define wxUSE_GUI            1
 #endif
 
     #define wxUSE_GUI            1
 #endif
 
-
 #define WXWIN_COMPATIBILITY_2_6 1
 
 #define WXWIN_COMPATIBILITY_2_8 1
 
 #define WXWIN_COMPATIBILITY_2_6 1
 
 #define WXWIN_COMPATIBILITY_2_8 1
 
-#define wxDIALOG_UNIT_COMPATIBILITY   1
-
+#define wxEVENTS_COMPATIBILITY_2_8 1
 
 
+#define wxDIALOG_UNIT_COMPATIBILITY   1
 
 #define wxUSE_DEBUG_CONTEXT 0
 
 
 #define wxUSE_DEBUG_CONTEXT 0
 
@@ -364,6 +363,7 @@ typedef pid_t GPid;
 #define wxUSE_FILEPICKERCTRL 1
 #define wxUSE_FONTPICKERCTRL 1
 #define wxUSE_GAUGE        1
 #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_HYPERLINKCTRL 1
 #define wxUSE_LISTBOX      1
 #define wxUSE_LISTCTRL     1
@@ -415,6 +415,8 @@ typedef pid_t GPid;
 
 #define wxUSE_BITMAPCOMBOBOX 1
 
 
 #define wxUSE_BITMAPCOMBOBOX 1
 
+#define wxUSE_REARRANGECTRL 1
+
 #define wxUSE_ACCEL 1
 
 #define wxUSE_HOTKEY 1
 #define wxUSE_ACCEL 1
 
 #define wxUSE_HOTKEY 1
@@ -988,12 +990,24 @@ typedef pid_t GPid;
 /* Define if you have usleep() */
 #define HAVE_USLEEP 1
 
 /* Define if you have usleep() */
 #define HAVE_USLEEP 1
 
-/* Define if you have wcslen function  */
+/* Define if you have wcscasecmp() function  */
+#undef HAVE_WCSCASECMP
+
+/* Define if you have wcsncasecmp() function  */
+#undef HAVE_WCSNCASECMP
+
+/* Define if you have wcslen function */
 #define HAVE_WCSLEN 1
 
 /* Define if you have wcsdup function  */
 #undef HAVE_WCSDUP
 
 #define HAVE_WCSLEN 1
 
 /* Define if you have wcsdup function  */
 #undef HAVE_WCSDUP
 
+/* Define if you have strnlen() function */
+#define HAVE_STRNLEN 1
+
+/* Define if you have wcsnlen() function */
+#undef HAVE_WCSNLEN
+
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL
 
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL
 
@@ -1253,6 +1267,10 @@ typedef pid_t GPid;
 
 #undef HAVE_SYS_SELECT_H
 
 
 #undef HAVE_SYS_SELECT_H
 
+#if defined( __WXGTK__ ) && !defined( VMS_GTK2 )
+#define wxHAS_RAW_BITMAP 1
+#endif
+
 #define __VMS_BROKEN_TEMPLATES
 
 #include <stdlib.h>
 #define __VMS_BROKEN_TEMPLATES
 
 #include <stdlib.h>