Move the #if disabling wxUSE_STD_STRING for watcom/dmc/vc5 into setup.h so
that users can edit them easily. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -203,7 +203,12 @@
|
||||
|
||||
#define wxUSE_STD_IOSTREAM 0
|
||||
|
||||
#define wxUSE_STD_STRING 0
|
||||
#if defined(__DMC__) || defined(__WATCOMC__) \
|
||||
|| (defined(_MSC_VER) && _MSC_VER < 1200)
|
||||
#define wxUSE_STD_STRING 0
|
||||
#else
|
||||
#define wxUSE_STD_STRING 0
|
||||
#endif
|
||||
|
||||
#define wxUSE_PRINTF_POS_PARAMS 0
|
||||
|
||||
|
Reference in New Issue
Block a user