Thomas Weidenmueller wrote:
ion(a)svn.reactos.com wrote:
+ CsrCaptureMessageBuffer(CaptureBuffer,
+ NULL,
+ Size,
+
(PVOID*)&Request.Data.PeekConsoleInputRequest.InputRecord);
The last parameter passed to CsrCaptureMessageBuffer in your changes
looks horribly wrong. The typecast hides the bug and shouldn't be
necessary, the compiler would've warned you that this is most likely wrong.
- Thomas
____________________
Shoot first, ask questions later ;-).
At least someone reviews patches!
Best regards,
Alex Ionescu