mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[WIN32K]
Fix uninitialized variable use. svn path=/trunk/; revision=64826
This commit is contained in:
@@ -2019,7 +2019,7 @@ NtUserPostThreadMessage(DWORD idThread,
|
||||
WPARAM wParam,
|
||||
LPARAM lParam)
|
||||
{
|
||||
BOOL ret;
|
||||
BOOL ret = FALSE;
|
||||
PETHREAD peThread;
|
||||
PTHREADINFO pThread;
|
||||
NTSTATUS Status;
|
||||
|
||||
Reference in New Issue
Block a user