Skip to content
Snippets Groups Projects
Commit b96f70a9 authored by Sven Baars's avatar Sven Baars Committed by Alexandre Julliard
Browse files

wow64: Return STATUS_NOT_IMPLEMENTED from wow64_NtSetInformationToken().

parent 7a2e61aa
No related branches found
No related tags found
No related merge requests found
......@@ -488,7 +488,7 @@ NTSTATUS WINAPI wow64_NtSetInformationToken( UINT *args )
default:
FIXME( "unsupported class %u\n", class );
return STATUS_INVALID_INFO_CLASS;
return STATUS_NOT_IMPLEMENTED;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment