20 Jul
2007
20 Jul
'07
12:02 p.m.
Module: wine Branch: master Commit: 64f6fdc57e930bbc9a218232bf4804f6872ccb2c URL: http://source.winehq.org/git/wine.git/?a=commit;h=64f6fdc57e930bbc9a218232bf... Author: Alexandre Julliard <julliard(a)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=64f6fdc57e930bbc9a2182...