]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
compilation fix for wxMSW and r52961
[wxWidgets.git] / setup.h_vms
index 4619e4d436827d00bd8b7ee7cac751a555bc78cc..c4b8bf93ec1796feea5c031b90e690871b8efd7d 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)                            *
  * Template for the set.h file for VMS                                       *
  * Created from setup.h_in                                                   *
  * Author : J.Jansen (joukj@hrem.nano.tudelft.nl)                            *
- * Date : 11 February 2008                                                   *
+ * Date : 5 March 2008                                                       *
  *                                                                           *
  *****************************************************************************/
 
  *                                                                           *
  *****************************************************************************/
 
@@ -220,15 +220,17 @@ typedef pid_t GPid;
 
 #define wxUSE_STREAMS       1
 
 
 #define wxUSE_STREAMS       1
 
-#define wxUSE_STD_IOSTREAM  0
-
 #if defined(__DMC__) || defined(__WATCOMC__) \
 #if defined(__DMC__) || defined(__WATCOMC__) \
-     || (defined(_MSC_VER) && _MSC_VER < 1200)
-    #define wxUSE_STD_STRING  0
+        || (defined(_MSC_VER) && _MSC_VER < 1200)
+    #define wxUSE_STD_DEFAULT  0  
 #else
 #else
-    #define wxUSE_STD_STRING  0
+    #define wxUSE_STD_DEFAULT  0
 #endif
 
 #endif
 
+#define wxUSE_STD_IOSTREAM  wxUSE_STD_DEFAULT
+
+#define wxUSE_STD_STRING  wxUSE_STD_DEFAULT
+
 #define wxUSE_PRINTF_POS_PARAMS 0
 
 #define wxUSE_LONGLONG      1
 #define wxUSE_PRINTF_POS_PARAMS 0
 
 #define wxUSE_LONGLONG      1