]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
remove old (and unused) MSW-only wxFontEnumerator header
[wxWidgets.git] / setup.h_vms
index 7de7bf7acd587b1f43b0958b63e2f5ae59b5f8c9..ef0536dc47c66b9f30b9de5a4cd513229b9060a5 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 : 25 November 2008                                                   *
  *                                                                           *
  *****************************************************************************/
 
@@ -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
@@ -403,8 +403,6 @@ typedef pid_t GPid;
 
 #define wxUSE_TOOLBOOK 1
 
-#define wxUSE_TAB_DIALOG    1
-
 #define wxUSE_TASKBARICON 1
 
 #define wxUSE_GRID         1
@@ -838,7 +836,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 +1221,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 +1255,6 @@ typedef pid_t GPid;
 
 #define __VMS_BROKEN_TEMPLATES
 
+#include <stdlib.h>
+
 #endif /* __WX_SETUP_H__ */