reactos/win32ss
Hermès Bélusca-Maïto 5a1a35ca5a
[USERSRV] Hard-error improvements 3/7
- Cache localized hard error message components: the status severity,
  the system process name and the unhandled exception debug strings.
- Try not to fail too much. In particular, don't fail if a string could
  not be correctly captured in UserpCaptureStringParameters() (we then
  use a default empty string). The next aim is to make UserpFormatMessages()
  not failing at all.
- Use RtlStringCbPrintf(Ex)W where possible so that one can use counted
  (and not NULL-terminated) UNICODE_STRINGs where possible. This allows
  using counted resource strings without having to allocate memory.
- If available, prepend the window title of the application that
  triggered the hard error to the hard error message box caption.
2018-04-07 18:48:09 +02:00
..
drivers [WIN32SS:FRAMEBUF] Improve/Fix DrvSetPointerShape(), from r7864 (#457) 2018-04-01 18:51:54 +02:00
gdi [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
include [WIN32K] Fix 64 bit issues (#420) 2018-03-18 15:53:52 +01:00
printing [TRANSLATIONS] Update and add Turkish translations (#455) 2018-04-01 19:27:08 +02:00
reactx [DXG] Fix a Clang-Cl warning about DDHAL_CB32_CANCREATESURFACE 2018-02-10 18:04:05 +01:00
user [USERSRV] Hard-error improvements 3/7 2018-04-07 18:48:09 +02:00
CMakeLists.txt
napi.h
pch.h
sys-stubs.S
w32ksvc.db
w32ksvc.h [WIN32K] Implement NtUserSetWindowLongPtr for 64 bit builds 2018-02-19 22:36:36 +01:00
win32k.h
win32k.rc
win32k.spec
win32kp.h