]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Add default constructor to wxGraphicsGradientStop.
[wxWidgets.git] / setup.h_vms
index 19ea899e704b34cde55ee1826aa5561ab5e63973..a110b6aca2282bd5557b841d0b39f18cff00d6e9 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 : 24 March 2010                                                      *
+ * Date : 6 April 2010                                                       *
  *                                                                           *
  *****************************************************************************/
 
@@ -341,7 +341,24 @@ typedef pid_t GPid;
 
 #define wxUSE_PROPGRID  1
 
+#ifdef _MSC_VER
+#   if _MSC_VER >= 1400
+
+
 #define wxUSE_GRAPHICS_CONTEXT 0
+#   else
+
+
+#       define wxUSE_GRAPHICS_CONTEXT 0
+#   endif
+#else
+
+
+
+
+
+#   define wxUSE_GRAPHICS_CONTEXT 0
+#endif
 
 #define wxUSE_CONTROLS     1