mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
[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:
parent
5467cc9493
commit
95a34ef6fc
7 changed files with 147 additions and 111 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue