Module: wine Branch: master Commit: 797dd942ecfc4d405e5e9c3cb528b9698cd79fb3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=797dd942ecfc4d405e5e9c3cb5...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Jul 19 17:07:48 2007 +0200
ntdll: Implemented handling of the per-thread activation context stack.
---
dlls/kernel32/actctx.c | 46 ++++++++------------- dlls/kernel32/thread.c | 6 ++- dlls/ntdll/actctx.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/ntdll.spec | 10 ++-- include/winternl.h | 5 ++ 5 files changed, 137 insertions(+), 35 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=797dd942ecfc4d405e5e9c...