Module: wine Branch: master Commit: 0eae5d3abc64e6496df5d7d7b36944e0cfada76e URL: https://source.winehq.org/git/wine.git/?a=commit;h=0eae5d3abc64e6496df5d7d7b...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Jul 17 11:47:44 2020 +0200
ntdll: Move the atom system calls to the Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/atom.c | 143 -------------------------------------- dlls/ntdll/ntdll.spec | 16 ++--- dlls/ntdll/unix/sync.c | 182 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 190 insertions(+), 151 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0eae5d3abc64e6496df5d...