mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-01-28 22:04:43 -08:00
Updated ntdll-User_Shared_Data patchset
Silence a noisy FIXME, by github user Guy1524
This commit is contained in:
parent
067a975495
commit
d26687d90a
@ -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();
|
||||
|
@ -52,7 +52,7 @@ usage()
|
||||
# Get the upstream commit sha
|
||||
upstream_commit()
|
||||
{
|
||||
echo "666f7501d03983f84833a7a1952e78fd0650fde6"
|
||||
echo "931408698859360e56cd85d532b142e789a6c274"
|
||||
}
|
||||
|
||||
# Show version information
|
||||
|
Loading…
x
Reference in New Issue
Block a user