Searched refs:wxGlobalSEHandler (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dseh.h19 extern unsigned long wxGlobalSEHandler(EXCEPTION_POINTERS *pExcPtrs);
36 __except ( wxGlobalSEHandler(GetExceptionInformation()) ) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmain.cpp75 // stealing the exceptions from our wxGlobalSEHandler which is only called
114 unsigned long wxGlobalSEHandler(EXCEPTION_POINTERS *pExcPtrs) function
141 switch ( wxGlobalSEHandler(ep) )
144 wxFAIL_MSG( _T("unexpected wxGlobalSEHandler() return value") );

Completed in 63 milliseconds