Searched refs:wxGlobalSEInformation (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmain.cpp103 extern EXCEPTION_POINTERS *wxGlobalSEInformation = NULL; variable
119 wxGlobalSEInformation = pExcPtrs;
128 wxGlobalSEInformation = NULL; local
H A Dcrashrpt.cpp101 extern EXCEPTION_POINTERS *wxGlobalSEInformation;
145 ep = wxGlobalSEInformation;
294 wxCHECK_RET( wxGlobalSEInformation, _T("no exception info available") );
295 ep = wxGlobalSEInformation;
H A Dstackwalk.cpp321 // wxGlobalSEInformation is unavailable if wxUSE_ON_FATAL_EXCEPTION==0
323 extern EXCEPTION_POINTERS *wxGlobalSEInformation;
325 wxCHECK_RET( wxGlobalSEInformation,
329 WalkFrom(wxGlobalSEInformation, 0);

Completed in 49 milliseconds