ntdll: Don't warn about unsupported environment version 3.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
18ea2e5f88
commit
a919a02ac3
@ -1845,7 +1845,7 @@ static void tp_object_initialize( struct threadpool_object *object, struct threa
|
||||
|
||||
if (environment)
|
||||
{
|
||||
if (environment->Version != 1)
|
||||
if (environment->Version != 1 && environment->Version != 3)
|
||||
FIXME( "unsupported environment version %u\n", environment->Version );
|
||||
|
||||
object->group = impl_from_TP_CLEANUP_GROUP( environment->CleanupGroup );
|
||||
|
Loading…
x
Reference in New Issue
Block a user