summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/crash-w.cc
blob: b23b1ca8003d7ccc812bfa8b278e7ca48e86df38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)
{
}