diff --git a/patches/ntdll-User_Shared_Data/0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch b/patches/ntdll-User_Shared_Data/0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch index e333b9e1..15506e4c 100644 --- a/patches/ntdll-User_Shared_Data/0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch +++ b/patches/ntdll-User_Shared_Data/0003-ntdll-Create-thread-to-update-user_shared_data-time-.patch @@ -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(); diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 909c3432..3808f41a 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -52,7 +52,7 @@ usage() # Get the upstream commit sha upstream_commit() { - echo "666f7501d03983f84833a7a1952e78fd0650fde6" + echo "931408698859360e56cd85d532b142e789a6c274" } # Show version information