* 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 : 28 May 2010 *
* *
*****************************************************************************/
#define wxUSE_INTL 1
#include <locale.h>
-#if defined (__WXMOTIF__) || defined( __WXX11__ )
+#if defined (__WXMOTIF__)
#define wxUSE_XLOCALE 0
#else
#define wxUSE_XLOCALE 1
#define wxUSE_PROPGRID 1
+#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
#define wxUSE_ABOUTDLG 1
+#define wxUSE_FILE_HISTORY 1
+
#define wxUSE_METAFILE 0
#define wxUSE_ENH_METAFILE 0
#define wxUSE_WIN_METAFILES_ALWAYS 0