[KERNEL32] Use the default UnhandledExceptionFilter in BaseThreadStartup.
authorMark Jansen <mark.jansen@reactos.org>
Thu, 18 Oct 2018 20:07:37 +0000 (22:07 +0200)
committerMark Jansen <mark.jansen@reactos.org>
Sun, 28 Oct 2018 12:01:38 +0000 (13:01 +0100)
commit40549483f60aa00e9fc952ba831027028f6df107
tree6749db2dac467cec592f4eceb60710c228f429ad
parent1fa4e5f29cdccc1a444f7118d42eb970d6165f6a
[KERNEL32] Use the default UnhandledExceptionFilter in BaseThreadStartup.
This should allow unhandled exceptions in a thread to trigger our crash reporter,
instead of killing the process directly.
dll/win32/kernel32/client/thread.c