commit | fbc56256c691ba7467488e0087e251c4d0417070 | [log] [tgz] |
---|---|---|
author | Marcus Meissner <marcus@jet.franken.de> | Wed Jan 20 14:46:49 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Jan 20 14:46:49 1999 +0000 |
tree | a53bedd2f804fe10fa4cacb40c8a916bd20bf5e2 | |
parent | 592ba10565db67dbf024717e20458a5c36f1370a [diff] |
Win32 console needs SYNCHRONIZE access.
diff --git a/win32/console.c b/win32/console.c index 0328d43..0df9596 100644 --- a/win32/console.c +++ b/win32/console.c
@@ -680,7 +680,7 @@ } req.output = 0; - req.access = GENERIC_READ | GENERIC_WRITE; + req.access = GENERIC_READ | GENERIC_WRITE | SYNCHRONIZE; req.inherit = FALSE; CLIENT_SendRequest( REQ_OPEN_CONSOLE, -1, 1, &req, sizeof(req) ); if (CLIENT_WaitSimpleReply( &reply, sizeof(reply), NULL ) != ERROR_SUCCESS)