A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Jeffrey Morlan 9b188f4ebc - Implement GenerateConsoleCtrlEvent.
- Remove IgnoreCtrlEvents variable (which ConsoleControlDispatcher did not actually use); set ProcessParameters->ConsoleFlags instead. Despite the name "ConsoleFlags", SetConsoleCtrlHandler treats it like a boolean.
- Preserve all 16 bits of the attribute set by SetConsoleTextAttribute. Even though the upper byte does not affect text colors, it should be retrievable with GetConsoleScreenBufferInfo.
- Update OpenConsoleW prototype in kernel32.h to match the change made in r34694.

svn path=/trunk/; revision=35041
2008-08-02 17:01:22 +00:00
irc Change the logic and make the AnswerInPublic Command option opt-out instead of opt-in. Now everything except !help is allowed in public again (due to popular demand). 2008-06-25 14:13:21 +00:00
reactos - Implement GenerateConsoleCtrlEvent. 2008-08-02 17:01:22 +00:00
rosapps - Add dosfsck to the build. 2008-08-02 14:45:18 +00:00
rostests - By default enable all tests. 0 failures in Windows XP SP3. 2008-07-30 11:15:48 +00:00
wallpaper