[SETUPLIB][USETUP] Move the registry-update procedure into setuplib.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 3 Sep 2017 16:17:27 +0000 (16:17 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 28 Oct 2018 13:42:00 +0000 (14:42 +0100)
commit6c2d3dee041072ea7b78ebb55cc6683d9b132537
tree665427cc89bc70af8e19b9869f5b3abccc12588c
parentdae658088a6ca4957146890f614d2fb202b8fd25
[SETUPLIB][USETUP] Move the registry-update procedure into setuplib.

- It can therefore be also used by the 1st-stage GUI setup.
- Rename some function parameters to clarify what they should be.

Based on:
svn path=/branches/setup_improvements/; revision=75750
base/setup/lib/registry.c
base/setup/lib/registry.h
base/setup/lib/setuplib.c
base/setup/lib/setuplib.h
base/setup/lib/utils/regutil.c
base/setup/lib/utils/regutil.h
base/setup/usetup/usetup.c