Welcome to mirror list, hosted at ThFree Co, Russian Federation.

backtrace_win32.cc « src - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 71610fd663bb3c25a1f39d91b9f834a20b20a188 (plain)
1
2
3
4
5
6
7
8
#include "node.h"

namespace node {

void DumpBacktrace(FILE* fp) {
}

}  // namespace node