mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Update winStackWalker.h
This commit is contained in:
parent
1d501ea95e
commit
1631f76a47
1 changed files with 3 additions and 1 deletions
|
|
@ -28,6 +28,8 @@
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <dbghelp.h>
|
#include <dbghelp.h>
|
||||||
|
|
||||||
|
#include "platform/types.h"
|
||||||
|
|
||||||
class StackWalker
|
class StackWalker
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
@ -99,4 +101,4 @@ private:
|
||||||
void dGetStackTrace(char * traceBuffer, CONTEXT const & ContextRecord);
|
void dGetStackTrace(char * traceBuffer, CONTEXT const & ContextRecord);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue