Zebediah Figura : advapi32: Move event tracing APIs to sechost.

Alexandre Julliard julliard at winehq.org
Mon Apr 27 15:19:29 CDT 2020


Module: wine
Branch: master
Commit: aa6e060172532e407796fba9219a3ae678150ad2
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aa6e060172532e407796fba9219a3ae678150ad2

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Sat Apr 25 15:40:24 2020 -0500

advapi32: Move event tracing APIs to sechost.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=aa6e060172532e407796fba9219a3ae678150ad2



More information about the wine-cvs mailing list