]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
add some wxIMAGE_OPTION_PNG_xxx options to wxImage and wxPNGHandler to allow the...
[wxWidgets.git] / setup.h_vms
index 5abed00b2bb2f7e94ffabe90ece1b2566436595c..7cf064f726e78510e78206522bde6358ab36a54e 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 January 2009                                                    *
+ * Date : 13 January 2009                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -163,14 +163,13 @@ typedef pid_t GPid;
     #define wxUSE_GUI            1
 #endif
 
-
 #define WXWIN_COMPATIBILITY_2_6 1
 
 #define WXWIN_COMPATIBILITY_2_8 1
 
-#define wxDIALOG_UNIT_COMPATIBILITY   1
-
+#define wxEVENTS_COMPATIBILITY_2_8 1
 
+#define wxDIALOG_UNIT_COMPATIBILITY   1
 
 #define wxUSE_DEBUG_CONTEXT 0
 
@@ -991,12 +990,18 @@ typedef pid_t GPid;
 /* Define if you have usleep() */
 #define HAVE_USLEEP 1
 
-/* Define if you have wcslen function  */
+/* Define if you have wcslen function */
 #define HAVE_WCSLEN 1
 
 /* Define if you have wcsdup function  */
 #undef HAVE_WCSDUP
 
+/* Define if you have strnlen() function */
+#define HAVE_STRNLEN 1
+
+/* Define if you have wcsnlen() function */
+#undef HAVE_WCSNLEN
+
 /* Define if you have wcstoull() and wcstoll() */
 #undef HAVE_WCSTOULL