Don't disable wxUSE_CRASHREPORT in Win64 builds

Creating minidumps works in 64 bit builds since quite some time (see
603c73dbba), so there is no reason to forcefully
disable it any more.

Closes #17162.
This commit is contained in:
Vadim Zeitlin 2015-09-24 14:35:00 +02:00
parent 5846144614
commit 854fce33a7

View File

@ -180,17 +180,6 @@
# endif
#endif
/*
Win64-specific checks.
*/
#ifdef __WIN64__
# if wxUSE_STACKWALKER
# undef wxUSE_CRASHREPORT
# define wxUSE_CRASHREPORT 0
# endif
#endif /* __WIN64__ */
/*
Compiler-specific checks.
*/