mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 04:14:53 +00:00
[SETUPLIB] Code re-organization in bootsup.c and fsutil.c.
- Move the actual VBR bootcode installation helpers into fsutil.c (they depend on the selected filesystem). - Introduce InstallBootCodeToDisk() and InstallBootCodeToFile() and bootcode.c helpers, in order to replace the several functions that were duplicating the same code.
This commit is contained in:
parent
b51b8ee2d5
commit
593bcce999
7 changed files with 784 additions and 1312 deletions
|
@ -31,16 +31,17 @@ extern HANDLE ProcessHeap;
|
|||
#include "utils/ntverrsrc.h"
|
||||
// #include "utils/arcname.h"
|
||||
#include "utils/bldrsup.h"
|
||||
#include "bootsup.h"
|
||||
#include "utils/filesup.h"
|
||||
#include "utils/fsrec.h"
|
||||
#include "fsutil.h"
|
||||
#include "utils/genlist.h"
|
||||
#include "utils/inicache.h"
|
||||
#include "utils/partlist.h"
|
||||
#include "utils/arcname.h"
|
||||
#include "utils/osdetect.h"
|
||||
#include "utils/regutil.h"
|
||||
#include "bootcode.h"
|
||||
#include "fsutil.h"
|
||||
#include "bootsup.h"
|
||||
#include "registry.h"
|
||||
#include "mui.h"
|
||||
#include "settings.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue