mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 00:13:16 +00:00
Fix so reactos can boot to gui again Thx W3seek for his small patch
svn path=/trunk/; revision=19685
This commit is contained in:
parent
3f78e39940
commit
4482ce98c3
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ CsrpCreateListenPort (IN LPWSTR Name,
|
|||
NULL);
|
||||
Status = NtCreatePort ( Port,
|
||||
& PortAttributes,
|
||||
260, /* TODO: make caller set it*/
|
||||
328, /* TODO: make caller set it*/
|
||||
LPC_MAX_DATA_LENGTH, /* TODO: make caller set it*/
|
||||
LPC_MAX_MESSAGE_LENGTH, /* TODO: make caller set it*/
|
||||
0); /* TODO: make caller set it*/
|
||||
if(!NT_SUCCESS(Status))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue