Huw Davies : kernel32: Implement Process thread attribute lists.

Alexandre Julliard julliard at winehq.org
Tue Dec 6 16:27:45 CST 2016


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

Author: Huw Davies <huw at codeweavers.com>
Date:   Mon Dec  5 11:41:51 2016 +0000

kernel32: Implement Process thread attribute lists.

Signed-off-by: Huw Davies <huw at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 .../api-ms-win-core-processthreads-l1-1-0.spec     |   6 +-
 .../api-ms-win-core-processthreads-l1-1-1.spec     |   6 +-
 .../api-ms-win-core-processthreads-l1-1-2.spec     |   6 +-
 dlls/kernel32/kernel32.spec                        |   6 +-
 dlls/kernel32/process.c                            | 120 ++++++++++++++++++++
 dlls/kernel32/tests/process.c                      | 123 +++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec                    |   6 +-
 include/winbase.h                                  |  41 +++++++
 8 files changed, 299 insertions(+), 15 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=4c146152ddd60829195fb9735eca5cf99d35383b



More information about the wine-cvs mailing list