mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 20:12:01 +00:00
[SETUPLIB][USETUP] Move all the code that performs file copying into the SETUPLIB.
This commit is contained in:
parent
f894631472
commit
3d137b05d1
5 changed files with 699 additions and 530 deletions
|
@ -44,6 +44,8 @@ extern HANDLE ProcessHeap;
|
|||
#include "mui.h"
|
||||
#include "settings.h"
|
||||
|
||||
// #include "install.h" // See at the end...
|
||||
|
||||
|
||||
/* DEFINES ******************************************************************/
|
||||
|
||||
|
@ -124,6 +126,10 @@ typedef struct _USETUP_DATA
|
|||
WCHAR InstallationDirectory[MAX_PATH];
|
||||
} USETUP_DATA, *PUSETUP_DATA;
|
||||
|
||||
|
||||
#include "install.h"
|
||||
|
||||
|
||||
// HACK!!
|
||||
extern BOOLEAN IsUnattendedSetup;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue