Update winStackWalker.h

This commit is contained in:
Adam Beer 2015-02-15 13:18:12 -05:00
parent 1d501ea95e
commit 1631f76a47

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