ntdll: Implement job objects (try 2)

Andrew Cook ariscop at gmail.com
Tue Aug 27 08:01:11 CDT 2013


---
 dlls/ntdll/sync.c            |  89 +++++++++++++--
 dlls/ntdll/tests/Makefile.in |   1 +
 dlls/ntdll/tests/job.c       | 166 +++++++++++++++++++++++++++
 include/winnt.h              |   5 +
 server/process.c             | 263
+++++++++++++++++++++++++++++++++++++++++++
 server/process.h             |   3 +
 server/protocol.def          |  25 ++++
 7 files changed, 541 insertions(+), 11 deletions(-)
 create mode 100644 dlls/ntdll/tests/job.c


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Implement-job-objects.txt
Type: text/x-patch
Size: 22655 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130827/0cac80c2/attachment.bin>


More information about the wine-patches mailing list