Implement wxStackWalker for wxMSW under x86-64.
Use 64 bit debug help functions instead of 32 bit ones and add code for dealing with x86-64 stack frames. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -224,11 +224,6 @@
|
||||
*/
|
||||
#ifdef __WIN64__
|
||||
# if wxUSE_STACKWALKER
|
||||
/* this is not currently supported under Win64, volunteers needed to
|
||||
make it work */
|
||||
# undef wxUSE_STACKWALKER
|
||||
# define wxUSE_STACKWALKER 0
|
||||
|
||||
# undef wxUSE_CRASHREPORT
|
||||
# define wxUSE_CRASHREPORT 0
|
||||
# endif
|
||||
|
Reference in New Issue
Block a user