diff --git a/patches/ntdll-EtwRegisterTraceGuids/definition b/patches/ntdll-EtwRegisterTraceGuids/definition index 565d789e..dc9a68db 100644 --- a/patches/ntdll-EtwRegisterTraceGuids/definition +++ b/patches/ntdll-EtwRegisterTraceGuids/definition @@ -1 +1,2 @@ Fixes: [34318] Move implementation of EtwRegisterTraceGuidsW to ntdll +FIxes: [33021] Move implementation of EtwEventRegister to ntdll diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 5dd771e4..049b1287 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -4440,6 +4440,7 @@ fi # | # | This patchset fixes the following Wine bugs: # | * [#34318] Move implementation of EtwRegisterTraceGuidsW to ntdll +# | * [#33021] Move implementation of EtwEventRegister to ntdll # | # | Modified files: # | * dlls/advapi32/advapi32.spec, dlls/advapi32/eventlog.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec