]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
use SelectObjectAsSource when we don't need to modify the bitmap
[wxWidgets.git] / setup.h_vms
index 617ef1e52b07553abec1078a18ec295218cd7959..0aa702b24ade5fa4460c154416df06974890dd70 100644 (file)
@@ -1,9 +1,9 @@
-/*****************************************************************************
+       /*****************************************************************************
  *                                                                           *
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 25 October 2006                                                     *
+ * Date : 30 October 2006                                                    *
  *                                                                           *
  *****************************************************************************/
 
@@ -260,13 +260,15 @@ typedef pid_t GPid;
 
 #define wxUSE_FS_ZIP        1
 
+#define wxUSE_FS_ARCHIVE    1
+
 #define wxUSE_FS_INET       1
 
 #define wxUSE_ARCHIVE_STREAMS     1
 
 #define wxUSE_ZIPSTREAM     1
 
-#define wxUSE_BACKINGFILE   1
+#define wxUSE_TARSTREAM     1
 
 #define wxUSE_ZLIB          1
 
@@ -535,6 +537,8 @@ typedef pid_t GPid;
 
 #define wxUSE_LIBTIFF       1
 
+#define wxUSE_TGA           1
+
 #define wxUSE_GIF           1
 
 #define wxUSE_PNM           1
@@ -937,6 +941,9 @@ typedef pid_t GPid;
 /* Define if you have strptime() declaration */
 #define HAVE_STRPTIME_DECL 1
 
+/* Define if you have strtoull() and strtoll() */
+#define HAVE_STRTOULL 1
+
 /* Define if you have all functions to set thread priority */
 #define HAVE_THREAD_PRIORITY_FUNCTIONS 1
 
@@ -967,6 +974,9 @@ typedef pid_t GPid;
 /* Define if you have wcslen function  */
 #define HAVE_WCSLEN 1
 
+/* Define if you have wcstoull() and wcstoll() */
+#undef HAVE_WCSTOULL
+
 /* define if you have vsscanf function */
 #undef HAVE_VSSCANF