]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
compilation fix for Mingw: it doesn't have std::wostream
[wxWidgets.git] / include / wx / platform.h
index afc1f824153a5e76400047f958f393f73e4fee8e..bbb005406b914964d4ce5649c4a74897a972b79f 100644 (file)
 #   include <stddef.h>
 #endif
 
-/*
-    This header must be included before anything else under VMS
- */
-#ifdef __VMS
-#   include <vms_jackets.h>
-#   undef ConnectionNumber
-#endif
-
 /*
     WXMAC variants
     __WXMAC_CLASSIC__ means ppc non-carbon builds, __WXMAC_CARBON__ means
 #endif
 
 
+/* test for old versions of Borland C, need at least 5.82, Turbo explorer, 
+   available for free at http://www.turboexplorer.com/downloads 
+*/
+#if defined(__BORLANDC__) && (__BORLANDC__ < 0x582)
+#error "This version of wxWidgets requires at least Borland 5.82 (Turbo Explorer); You may at your own risk remove this line and try your system"
+#endif //__BORLANDC__
+
+
 /*
    This macro can be used to test the Open Watcom version.
 */