mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 13:59:25 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
ef31ab5c96
- Stubplement the System Hard Error handler (it simply bugchecks) - Fully implement ExRaiseHardError when called from user-mode so that the strings and parameters are properly captured into user-mode memory. - Almost completely implement ExpRaiseHardError which is responsible for actually doing the error. However, ROS LPC is screwed up so sending the LPC Message crashes since the port isn't in a listening state or something. - Would appreciate some advice on how to get the LPC message to CSRSS. - Fix Get/SetErrorMode. The Native API uses an inverted value of SEM_FAILCRITICALERRORS, so this must be handled in win32. - Cleanup formatting of RaiseException, and only normalize the paramter count if we're actualy going to use it. - Implement LpcRequestWaitReplyPort as a big hack, but it should work. svn path=/trunk/; revision=24658 |
||
---|---|---|
irc | ||
reactos | ||
rosapps |