Alexandre Julliard : server: Add separate requests for getting/ setting the thread context during suspend.
Module: wine Branch: master Commit: 45075b2f9c87ac1e18b5860308ad5bc39c8129a4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=45075b2f9c87ac1e18b5860308... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri May 6 12:25:34 2011 +0200 server: Add separate requests for getting/setting the thread context during suspend. --- dlls/ntdll/exception.c | 8 +--- include/wine/server_protocol.h | 34 ++++++++++++++++++- server/protocol.def | 17 ++++++++- server/request.h | 7 ++++ server/thread.c | 74 +++++++++++++++++++++++---------------- server/trace.c | 20 +++++++++++ 6 files changed, 121 insertions(+), 39 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=45075b2f9c87ac1e18b586...
participants (1)
-
Alexandre Julliard