Paul Gofman : ntdll: Reimplement FLS data management on top of up to date structures.

Alexandre Julliard julliard at winehq.org
Thu Oct 8 15:20:05 CDT 2020


Module: wine
Branch: master
Commit: 905deff5da48c085bb4213d3c67ecf1cfae45564
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=905deff5da48c085bb4213d3c67ecf1cfae45564

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Tue Oct  6 13:04:47 2020 +0300

ntdll: Reimplement FLS data management on top of up to date structures.

Win10 18132 introduced increased FLS data limit and entirely changed
underlying structure.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernelbase/thread.c |   2 +-
 dlls/ntdll/loader.c      |   6 +-
 dlls/ntdll/ntdll_misc.h  |   3 +
 dlls/ntdll/thread.c      | 227 ++++++++++++++++++++++++++++++++++++++---------
 include/winternl.h       |  28 +++++-
 5 files changed, 216 insertions(+), 50 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=905deff5da48c085bb4213d3c67ecf1cfae45564



More information about the wine-cvs mailing list