summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index af1057a7..6454b123 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -722,6 +722,10 @@ static void initXML()
/** Main */
int main(int argc, char *argv[])
{
+#if defined(DEBUG) && defined(WIN32)
+ // load mingw crash handler. Won't fail if dll is not present.
+ LoadLibrary("exchndl.dll");
+#endif
// Parse command line options
Options options;
parseOptions(argc, argv, options);