kernel32: Test LdrShutdownProcess behaviour only after NtTerminateProcess(0) call.
[wine] / dlls / kernel32 / except.c
2012-12-10  Jacek Cabanatl: Allow version-based differences in struct layouts.
2011-11-02  Dmitry Timoshkovkernel32: Use PAGE_READWRITE access when enabling write...
2011-10-24  Marcus Meissnerkernel32: Avoid shadowing "buffer" variable.
2010-02-16  Alexandre Julliardntdll: Fix the return status of NtQueryValueKey for...
2010-02-10  Michael Stefaniuckernel32: Avoid using HIWORD on types that are 64bit...
2010-01-18  Alexandre Julliardntdll: Fix the NtCreateEvent prototype.
2009-11-30  Paul Chitescukernel32: Reduce registry access to KEY_READ wherever...
2009-07-01  Jörg Höhlekernel32: Avoid unprotected sprintf on registry/user...
2009-03-11  Michael Stefaniuckernel32: Remove superfluous pointer casts.
2007-12-05  Alexandre Julliardkernel32: Remove the no-exec fault workaround, it shoul...
2007-08-09  Francois Gougetkernel32: Don't get stuck if the debugger exits without...
2007-05-07  Andrew Talbotkernel32: Exclude unused headers.
2007-03-30  Alexandre Julliardkernel32: Make default behavior more consistent when...
2007-03-17  Andrew Talbotkernel32: Replace inline static with static inline.
2006-10-13  Michael Stefaniuckernel32: Win64 printf format warning fixes.
2006-09-20  Alexandre Julliardinclude: Added definitions for the fault address except...
2006-09-20  Alexandre Julliardinclude: Exception filters should return LONG, not...
2006-09-12  Alexandre Julliardkernel32: Renamed the kernel directory to kernel32.