Module: wine Branch: master Commit: e5354008f46bc0e345c06ac06a7a7780faa9398b URL: https://source.winehq.org/git/wine.git/?a=commit;h=e5354008f46bc0e345c06ac06...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 5 11:34:55 2019 +0100
kernel32: Move initialization of the WoW64 environment to ntdll.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/kernel32/process.c | 172 ------------------------------------------------ dlls/ntdll/env.c | 159 ++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 147 insertions(+), 184 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e5354008f46bc0e345c06...