[USETUP][SETUPLIB] Move the bootsup.c code into the setuplib, and perform the necessary adjustments.

Move the bootsup.c code into the setuplib, as the code is generic
enough to be used by both USETUP and the 1st-stage GUI installer.

svn path=/branches/setup_improvements/; revision=75674
This commit is contained in:
Hermès Bélusca-Maïto 2017-08-26 11:42:32 +00:00
parent 5467cc9493
commit 95a34ef6fc
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
7 changed files with 147 additions and 111 deletions

View file

@ -29,6 +29,7 @@ extern HANDLE ProcessHeap;
#include "ntverrsrc.h"
// #include "arcname.h"
#include "bldrsup.h"
#include "bootsup.h"
#include "filesup.h"
#include "fsutil.h"
#include "genlist.h"