[SETUPLIB][USETUP] Move the settings code from usetup to setuplib.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 28 Aug 2017 14:46:49 +0000 (14:46 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 27 Oct 2018 20:09:35 +0000 (22:09 +0200)
commit7af2f717bc6ecb99c151193117d990c291bf08aa
treefd1c7a0b9fe7b03c0dedf686410954b29e6e04b4
parent6f19c83b96a899a7fda2500d139c7b8760791a12
[SETUPLIB][USETUP] Move the settings code from usetup to setuplib.

This code is moved ther since it'll be needed for 1st-stage GUI
installer as well.

The code dealing with keyboard layouts is however not moved yet,
since it uses MUI* functions from usetup.
I'll try to think how to include that in setuplib...

svn path=/branches/setup_improvements/; revision=75701
base/setup/lib/CMakeLists.txt
base/setup/lib/settings.c [new file with mode: 0644]
base/setup/lib/settings.h [new file with mode: 0644]
base/setup/lib/setuplib.h
base/setup/usetup/settings.c
base/setup/usetup/settings.h