Skip to content

Commit

Permalink
Merge pull request #194 from NeoAnomaly/xd_dev
Browse files Browse the repository at this point in the history
Reimplement stack tracing using DbgHelp library.
  • Loading branch information
Pavel Kovalenko committed Mar 24, 2018
2 parents 35ae230 + 9608825 commit abdb242
Show file tree
Hide file tree
Showing 10 changed files with 285 additions and 854 deletions.
10 changes: 10 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# top-most EditorConfig file
root = true

# 4 space indentation
[*.{cpp,h,hpp}]
indent_style = space
indent_size = 4

# newline ending every file
insert_final_newline = true
1 change: 0 additions & 1 deletion src/xrCore/Debug/MiniDump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Copyright (c) 1997-2001 John Robbins -- All rights reserved.
#pragma warning(push)
#pragma warning(disable : 4091) // 'typedef ': ignored on left of '' when no variable is declared
#include "MiniDump.h"
#include "StackTrace.h"
#pragma warning(pop)
#include <process.h>

Expand Down
Loading

0 comments on commit abdb242

Please sign in to comment.