mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-11 08:20:45 +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 <dbghelp.h>
|
||||
|
||||
#include "platform/types.h"
|
||||
|
||||
class StackWalker
|
||||
{
|
||||
public:
|
||||
|
|
@ -99,4 +101,4 @@ private:
|
|||
void dGetStackTrace(char * traceBuffer, CONTEXT const & ContextRecord);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue