|
|
|
@ -18,6 +18,9 @@
@@ -18,6 +18,9 @@
|
|
|
|
|
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * |
|
|
|
|
***************************************************************************/ |
|
|
|
|
|
|
|
|
|
#ifndef STACKTRACE_WIN_H |
|
|
|
|
#define STACKTRACE_WIN_H |
|
|
|
|
|
|
|
|
|
#include <windows.h> |
|
|
|
|
#include <dbghelp.h> |
|
|
|
|
#include <stdio.h> |
|
|
|
@ -266,3 +269,5 @@ const QString straceWin::getBacktrace()
@@ -266,3 +269,5 @@ const QString straceWin::getBacktrace()
|
|
|
|
|
#pragma warning(pop) |
|
|
|
|
#pragma optimize("g", on) |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#endif // STACKTRACE_WIN_H
|
|
|
|
|