projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for wxSL_INVERSE flag. Also uses new inverse logic to make Mac vertical...
[wxWidgets.git]
/
src
/
msw
/
stackwalk.cpp
diff --git
a/src/msw/stackwalk.cpp
b/src/msw/stackwalk.cpp
index 3872361952975c2376665fd5596b144b3ad16af2..d1ee80996768848f9c830361da8b30b38a297991 100644
(file)
--- a/
src/msw/stackwalk.cpp
+++ b/
src/msw/stackwalk.cpp
@@
-25,6
+25,10
@@
#if wxUSE_STACKWALKER
+#ifndef WX_PRECOMP
+ #include "wx/string.h"
+#endif
+
#include "wx/stackwalk.h"
#include "wx/msw/debughlp.h"
@@
-164,7
+168,7
@@
EnumSymbolsProc(PSYMBOL_INFO pSymInfo, ULONG WXUNUSED(SymSize), PVOID data)
{
frame->OnParam(pSymInfo);
}
-
+
// return true to continue enumeration, false would have stopped it
return TRUE;
}