diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-10 11:24:01 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-10 11:24:01 +0000 |
| commit | 5832c7851a946890f04d6d1c548c23d563249e9f (patch) | |
| tree | 02109595bdc92291ff5e87ead1c960725ae53eb4 /src | |
| parent | 27a1a32dc77ff55da61f064ec469b7fbda47f037 (diff) | |
Fix windows build.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/util.cc b/src/lib/util.cc index d0274e821..b2f8c4470 100644 --- a/src/lib/util.cc +++ b/src/lib/util.cc @@ -295,7 +295,9 @@ terminate () << std::endl; } +#ifdef DCPOMATIC_POSIX stacktrace (cout, 50); +#endif abort(); } |
