Fix windows build.
authorCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 11:24:01 +0000 (11:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 10 Feb 2014 11:24:01 +0000 (11:24 +0000)
src/lib/util.cc

index d0274e8215ce78e95a69cbe9cbc80655aa0980d9..b2f8c4470e5af5ee5117489870f4899bd38367bb 100644 (file)
@@ -295,7 +295,9 @@ terminate ()
                          << std::endl;
        }
 
+#ifdef DCPOMATIC_POSIX
        stacktrace (cout, 50);
+#endif
        abort();
 }