Updated ntdll-User_Shared_Data patchset

Silence a noisy FIXME, by github user Guy1524
This commit is contained in:
Alistair Leslie-Hughes 2019-10-31 11:45:48 +11:00
parent 067a975495
commit d26687d90a
2 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ index 90d49f2d92e..14f355cebb5 100644
+ if (interlocked_cmpxchg(&thread_created, 1, 0) != 0)
+ return;
+
+ FIXME("Creating user shared data update thread.\n");
+ TRACE("Creating user shared data update thread.\n");
+
+ user_shared_data = user_shared_data_external;
+ __wine_user_shared_data();

View File

@ -52,7 +52,7 @@ usage()
# Get the upstream commit sha
upstream_commit()
{
echo "666f7501d03983f84833a7a1952e78fd0650fde6"
echo "931408698859360e56cd85d532b142e789a6c274"
}
# Show version information