39ad820bee
Don't let unhandled Win32 (i.e. structured) exceptions escape from wxWndProc() as they can just disappear into thin air when running under WOW64 as 32 bit exceptions can't propagate through 64 bit kernel. So catch them immediately and pass them to the global handler while we have the chance to do it, as we're never going to get it in the outer __try/__catch block in wxEntry() in src/msw/main.cpp. In particular, this allows to catch crashes in wxEVT_PAINT handlers, such as the one in debughlp sample, again. Closes #16656. |
||
---|---|---|
.. | ||
aui | ||
common | ||
dfb | ||
expat | ||
generic | ||
gtk | ||
gtk1 | ||
html | ||
jpeg | ||
motif | ||
msdos | ||
msw | ||
osx | ||
png | ||
propgrid | ||
qt | ||
regex | ||
ribbon | ||
richtext | ||
stc | ||
tiff | ||
univ | ||
unix | ||
x11 | ||
xml | ||
xrc | ||
zlib |