Skip to content

Commit

Permalink
Update BugTrap header path.
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrocaster committed Nov 23, 2015
1 parent bc75e4d commit 7de36a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrCore/xrDebugNew.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ static BOOL bException = FALSE;
#include <dbghelp.h> // MiniDump flags

#ifdef USE_BUG_TRAP
# include <BugTrap/source/BugTrap.h> // for BugTrap functionality
# include <BugTrap/source/Client/BugTrap.h> // for BugTrap functionality
#ifndef __BORLANDC__
# pragma comment(lib,"BugTrap.lib") // Link to ANSI DLL
#else
Expand Down

0 comments on commit 7de36a3

Please sign in to comment.