really fixed compilation for old imagehlp.h header

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-15 23:54:37 +00:00
parent 0b7824d78a
commit f83aa7771c

View File

@ -226,9 +226,6 @@ private:
void OutputGlobals(HANDLE hModuleCrash);
// the handle of the report file
HANDLE m_hFile;
// the current stack frame (may be NULL)
STACKFRAME *m_sfCurrent;
@ -247,6 +244,9 @@ private:
DECLARE_SYM_FUNCTION(SymEnumSymbols);
DECLARE_SYM_FUNCTION(SymGetTypeInfo);
#endif // wxUSE_DBGHELP
// the handle of the report file
HANDLE m_hFile;
};
// ----------------------------------------------------------------------------