Alexandre Julliard : ntdll: Move the select and APC support to server.c.

Alexandre Julliard julliard at winehq.org
Tue Aug 27 14:47:55 CDT 2013


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

Author: Alexandre Julliard <julliard at 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=5c0b5f4dcb60d2c7341cfb1ba3d586e30143cc79



More information about the wine-cvs mailing list