diff options
Diffstat (limited to 'src/tools/vmap4_assembler/VMapAssembler.cpp')
| -rw-r--r-- | src/tools/vmap4_assembler/VMapAssembler.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/vmap4_assembler/VMapAssembler.cpp b/src/tools/vmap4_assembler/VMapAssembler.cpp index 38eb53ed9be..c6d40d1ca44 100644 --- a/src/tools/vmap4_assembler/VMapAssembler.cpp +++ b/src/tools/vmap4_assembler/VMapAssembler.cpp @@ -62,3 +62,9 @@ int main(int argc, char* argv[]) std::cout << "Ok, all done" << std::endl; return 0; } + +#if TRINITY_PLATFORM == TRINITY_PLATFORM_WINDOWS +#include "WheatyExceptionReport.h" +// must be at end of file because of init_seg pragma +INIT_CRASH_HANDLER(); +#endif |
