27 Aug
2013
27 Aug
'13
7:47 p.m.
Module: wine Branch: master Commit: 5c0b5f4dcb60d2c7341cfb1ba3d586e30143cc79 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5c0b5f4dcb60d2c7341cfb1ba3... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Aug 22 11:38:58 2013 +0200 ntdll: Move the select and APC support to server.c. --- dlls/ntdll/ntdll_misc.h | 9 +- dlls/ntdll/server.c | 353 ++++++++++++++++++++++++++++++++++++++++++++++- dlls/ntdll/sync.c | 347 ---------------------------------------------- dlls/ntdll/thread.c | 2 +- dlls/ntdll/virtual.c | 18 ++-- 5 files changed, 364 insertions(+), 365 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5c0b5f4dcb60d2c7341cfb...