Alexandre Julliard : kernel32: Move activation context creation to ntdll ( based on a patch by Eric Pouech).

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jul 20 06:02:05 CDT 2007


Module: wine
Branch: master
Commit: 64f6fdc57e930bbc9a218232bf4804f6872ccb2c
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=64f6fdc57e930bbc9a218232bf4804f6872ccb2c

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Jul 19 17:01:04 2007 +0200

kernel32: Move activation context creation to ntdll (based on a patch by Eric Pouech).

---

 dlls/kernel32/actctx.c |   79 +++------------------------
 dlls/ntdll/Makefile.in |    1 +
 dlls/ntdll/actctx.c    |  137 ++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/ntdll/ntdll.spec  |    6 +-
 include/winternl.h     |    5 ++-
 5 files changed, 154 insertions(+), 74 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=64f6fdc57e930bbc9a218232bf4804f6872ccb2c



More information about the wine-cvs mailing list