]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
No changes, just refactor wxListBox initialization in wxMSW.
[wxWidgets.git] / setup.h_vms
index 18d982cc5b4e006989101ccbb6ab528d626d78f4..7e684e34fab24f80873ab159aef5760d3e1f1c2c 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 : 23 October 2009                                                    *
+ * Date : 28 May 2010                                                        *
  *                                                                           *
  *****************************************************************************/
 
@@ -116,6 +116,7 @@ typedef pid_t GPid;
 #undef __NETBSD__
 #undef __OPENBSD__
 #undef __OSF__
+#undef __QNX__
 #undef __SGI__
 #undef __SOLARIS__
 #undef __SUN__
@@ -253,7 +254,7 @@ typedef pid_t GPid;
 #define wxUSE_INTL          1
 #include <locale.h>
 
-#if defined (__WXMOTIF__) || defined( __WXX11__ )
+#if defined (__WXMOTIF__)
 #define wxUSE_XLOCALE 0
 #else
 #define wxUSE_XLOCALE 1
@@ -265,7 +266,7 @@ typedef pid_t GPid;
 
 #define wxUSE_STOPWATCH     1
 
-#define wxUSE_FSWATCHER     1
+#define wxUSE_FSWATCHER     0
 
 #define wxUSE_CONFIG        1
 
@@ -340,8 +341,23 @@ typedef pid_t GPid;
 
 #define wxUSE_PROPGRID  1
 
-#ifndef wxUSE_GRAPHICS_CONTEXT
+#ifdef _MSC_VER
+#   if _MSC_VER >= 1310
+
+
 #define wxUSE_GRAPHICS_CONTEXT 0
+#   else
+
+
+#       define wxUSE_GRAPHICS_CONTEXT 0
+#   endif
+#else
+
+
+
+
+
+#   define wxUSE_GRAPHICS_CONTEXT 0
 #endif
 
 #define wxUSE_CONTROLS     1
@@ -497,6 +513,8 @@ typedef pid_t GPid;
 
 #define wxUSE_ABOUTDLG 1
 
+#define wxUSE_FILE_HISTORY 1
+
 #define wxUSE_METAFILE              0
 #define wxUSE_ENH_METAFILE          0
 #define wxUSE_WIN_METAFILES_ALWAYS  0
@@ -549,7 +567,7 @@ typedef pid_t GPid;
 
 #define wxUSE_MOUSEWHEEL        1
 
-
+#define wxUSE_UIACTIONSIMULATOR 1
 
 #define wxUSE_POSTSCRIPT  1
 
@@ -1302,6 +1320,10 @@ typedef pid_t GPid;
 #define wxHAS_RAW_BITMAP 1
 #endif
 
+#ifdef VMS_GTK2
+#define GSEAL(x) x
+#endif
+
 #define __VMS_BROKEN_TEMPLATES
 
 #include <stdlib.h>