Zebediah Figura : advapi32: Move event tracing APIs to sechost.
Module: wine Branch: master Commit: aa6e060172532e407796fba9219a3ae678150ad2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aa6e060172532e407796fba92... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Sat Apr 25 15:40:24 2020 -0500 advapi32: Move event tracing APIs to sechost. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/advapi32/Makefile.in | 2 +- dlls/advapi32/advapi32.spec | 24 +++---- dlls/advapi32/eventlog.c | 142 ---------------------------------------- dlls/sechost/Makefile.in | 5 ++ dlls/sechost/sechost.spec | 24 +++---- dlls/sechost/trace.c | 155 ++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 185 insertions(+), 167 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=aa6e060172532e407796f...
participants (1)
-
Alexandre Julliard