summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash-w.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/crash-w.cc')
-rw-r--r--crawl-ref/source/crash-w.cc24
1 files changed, 24 insertions, 0 deletions
diff --git a/crawl-ref/source/crash-w.cc b/crawl-ref/source/crash-w.cc
new file mode 100644
index 0000000000..b23b1ca800
--- /dev/null
+++ b/crawl-ref/source/crash-w.cc
@@ -0,0 +1,24 @@
+/*
+ * File: crash-w.cc
+ * Summary: Windows specific crash handling functions.
+ * Written by: ??
+ *
+ * Modified for Crawl Reference by $Author$ on $Date$
+ */
+
+#include "AppHdr.h"
+REVISION("$Rev$");
+
+#include "crash.h"
+
+void init_crash_handler()
+{
+}
+
+void dump_crash_info(FILE* file)
+{
+}
+
+void write_stack_trace(FILE* file, int ignore_count)
+{
+}