mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Merge pull request #1200 from adambeer/minidumpfix
Fix for minidump support
This commit is contained in:
commit
3ed6dfb374
3 changed files with 6 additions and 4 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