Alexandre Julliard : kernel32: Move process/ thread attribute list functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Fri Aug 9 14:49:32 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Aug  9 13:44:17 2019 +0200

kernel32: Move process/thread attribute list functions to kernelbase.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/kernel32.spec     |   6 +-
 dlls/kernel32/process.c         | 137 --------------------------------------
 dlls/kernelbase/kernelbase.spec |   6 +-
 dlls/kernelbase/process.c       | 141 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 147 insertions(+), 143 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=d8582d97a09b88d62f8d2b547538770f47f59dfc



More information about the wine-cvs mailing list