ntdll: Forward EtwEventRegister() from EventRegister().

Nikolay Sivov bunglehead at gmail.com
Thu Oct 27 06:27:52 CDT 2016


> --- a/dlls/ntdll/ntdll.spec
> +++ b/dlls/ntdll/ntdll.spec
> @@ -41,6 +41,7 @@
>  # @ stub DbgUiStopDebugging
>  @ stub DbgUiWaitStateChange
>  @ stdcall DbgUserBreakPoint()
> +@ stdcall EtwEventRegister(ptr ptr ptr ptr) advapi32.EventRegister

This won't do it. Advapi32 should forward to ntdll, not the other way
around.



More information about the wine-devel mailing list