place wxUSE_STACKWALKER so it won't get overwritten by the setup.h script
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33785 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1074,9 +1074,6 @@
|
|||||||
#undef wxUSE_STD_IOSTREAM
|
#undef wxUSE_STD_IOSTREAM
|
||||||
// CS: I have to set this to 0 now, as shared builds are having problems
|
// CS: I have to set this to 0 now, as shared builds are having problems
|
||||||
#define wxUSE_STD_IOSTREAM 0
|
#define wxUSE_STD_IOSTREAM 0
|
||||||
|
|
||||||
#undef wxUSE_STACKWALKER
|
|
||||||
#define wxUSE_STACKWALKER 0
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// things not implemented under Mac
|
// things not implemented under Mac
|
||||||
@@ -1089,6 +1086,9 @@
|
|||||||
#undef wxUSE_TOGGLEBTN
|
#undef wxUSE_TOGGLEBTN
|
||||||
#define wxUSE_TOGGLEBTN 0
|
#define wxUSE_TOGGLEBTN 0
|
||||||
|
|
||||||
|
#undef wxUSE_STACKWALKER
|
||||||
|
#define wxUSE_STACKWALKER 0
|
||||||
|
|
||||||
// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to
|
// wxWebKit is a wrapper for Apple's WebKit framework, use it if you want to
|
||||||
// embed the Safari browser control
|
// embed the Safari browser control
|
||||||
// 0 by default because of Jaguar compatibility problems
|
// 0 by default because of Jaguar compatibility problems
|
||||||
|
Reference in New Issue
Block a user