]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Forgot to remove wxBackingFile from the changes.txt. It was kept internal
[wxWidgets.git] / setup.h_vms
index 0aa702b24ade5fa4460c154416df06974890dd70..08b6636aa615774458e7915d6addc3615b743fe8 100644 (file)
@@ -1,9 +1,9 @@
-       /*****************************************************************************
+/*****************************************************************************
  *                                                                           *
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 30 October 2006                                                    *
+ * Date : 7 November 2006                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -219,7 +219,12 @@ typedef pid_t GPid;
 
 #define wxUSE_STD_IOSTREAM  0
 
-#define wxUSE_STD_STRING  0
+#if defined(__DMC__) || defined(__WATCOMC__) \
+     || (defined(_MSC_VER) && _MSC_VER < 1200)
+    #define wxUSE_STD_STRING  0
+#else
+    #define wxUSE_STD_STRING  0
+#endif
 
 #define wxUSE_PRINTF_POS_PARAMS 0
 
@@ -333,6 +338,7 @@ typedef pid_t GPid;
 #define wxUSE_CHECKBOX     1
 #define wxUSE_CHECKLISTBOX 1
 #define wxUSE_CHOICE       1
+#define wxUSE_COLLPANE      1
 #define wxUSE_COLOURPICKERCTRL 1
 #define wxUSE_COMBOBOX     1
 #define wxUSE_DATAVIEWCTRL   1