Commit c4adc651 authored by Alexandre Julliard's avatar Alexandre Julliard

wow64: Convert token and debug port in NtCreateUserProcess().

parent d41117b6
......@@ -184,6 +184,8 @@ static PS_ATTRIBUTE_LIST *ps_attributes_32to64( PS_ATTRIBUTE_LIST **attr, const
}
break;
case PS_ATTRIBUTE_PARENT_PROCESS:
case PS_ATTRIBUTE_DEBUG_PORT:
case PS_ATTRIBUTE_TOKEN:
ret->Attributes[i].Size = sizeof(HANDLE);
ret->Attributes[i].ValuePtr = LongToHandle( attr32->Attributes[i].Value );
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment