]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Add a note to the documentation about the emulation modes of the ie backend.
[wxWidgets.git] / setup.h.in
index 76e8e8d0c90e140f0b658def5c252bf003b84d8b..456f24fa1201214bc7fd1d2fb884e6027e2c6d0e 100644 (file)
     #define wxUSE_STD_DEFAULT  0
 #endif
 
-#define wxUSE_STD_CONTAINERS wxUSE_STD_DEFAULT
+#if defined(_MSC_VER) && _MSC_VER < 1300
+    #define wxUSE_STD_CONTAINERS 0
+#else
+    #define wxUSE_STD_CONTAINERS wxUSE_STD_DEFAULT
+#endif
 
 #define wxUSE_STD_IOSTREAM  wxUSE_STD_DEFAULT
 
 
 #define wxUSE_SVG 0
 
+#define wxUSE_DC_TRANSFORM_MATRIX 0
+
 
 
 #define wxUSE_IMAGE         0