16 Feb
2021
16 Feb
'21
10:03 p.m.
Module: wine Branch: master Commit: e941079126c5459e853ba80a7b6346e7b2b16633 URL: https://source.winehq.org/git/wine.git/?a=commit;h=e941079126c5459e853ba80a7... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Feb 16 11:01:25 2021 +0100 ntdll: Reimplement local atom tables in user space. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/atom.c | 300 +++++++++++++++++++++++++++++++----------------- dlls/ntdll/tests/atom.c | 2 + include/winternl.h | 26 ++++- 3 files changed, 215 insertions(+), 113 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e941079126c5459e853ba...