Module: wine Branch: master Commit: 905deff5da48c085bb4213d3c67ecf1cfae45564 URL: https://source.winehq.org/git/wine.git/?a=commit;h=905deff5da48c085bb4213d3c...
Author: Paul Gofman pgofman@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=905deff5da48c085bb421...