]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
fix the MSVC check in the last comment and accompanying comment
[wxWidgets.git] / setup.h_vms
index 7de7bf7acd587b1f43b0958b63e2f5ae59b5f8c9..5abed00b2bb2f7e94ffabe90ece1b2566436595c 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)                            *
- * Date : 12 September 2008                                                  *
+ * Date : 12 January 2009                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -220,7 +220,7 @@ typedef pid_t GPid;
 
 #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
@@ -364,6 +364,7 @@ typedef pid_t GPid;
 #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
@@ -403,8 +404,6 @@ typedef pid_t GPid;
 
 #define wxUSE_TOOLBOOK 1
 
-#define wxUSE_TAB_DIALOG    1
-
 #define wxUSE_TASKBARICON 1
 
 #define wxUSE_GRID         1
@@ -417,6 +416,8 @@ typedef pid_t GPid;
 
 #define wxUSE_BITMAPCOMBOBOX 1
 
+#define wxUSE_REARRANGECTRL 1
+
 #define wxUSE_ACCEL 1
 
 #define wxUSE_HOTKEY 1
@@ -838,7 +839,7 @@ typedef pid_t GPid;
 
 /* 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
 
@@ -1223,7 +1224,7 @@ typedef pid_t GPid;
    Win32 adjustments section
    ---------------------------------------------------------------------
  */
+
 #ifdef __WIN32__
 
 /* we need to define wxUSE_XPM_IN_MSW for MSW compilation for compatibil
@@ -1257,4 +1258,6 @@ typedef pid_t GPid;
 
 #define __VMS_BROKEN_TEMPLATES
 
+#include <stdlib.h>
+
 #endif /* __WX_SETUP_H__ */