Module: wine Branch: master Commit: 116cf7dfcbc2957f46c860f66b86243f2ab4426a URL: https://source.winehq.org/git/wine.git/?a=commit;h=116cf7dfcbc2957f46c860f66...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Oct 12 15:30:48 2021 +0200
ntdll: Move error mapping to a header file.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ntdll/error.c | 1656 +---------------------------------------------- dlls/ntdll/error.h | 1672 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/ntdll/make_errors | 2 +- 3 files changed, 1674 insertions(+), 1656 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=116cf7dfcbc2957f46c86...