Merge pull request #1200 from adambeer/minidumpfix

Fix for minidump support
This commit is contained in:
Daniel Buckmaster 2015-02-20 13:05:51 +11:00
commit 3ed6dfb374
3 changed files with 6 additions and 4 deletions

View file

@ -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