mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:02:56 +00:00
Fix member size in the SETUP_LOADER_BLOCK structure.
svn path=/trunk/; revision=65943
This commit is contained in:
parent
39d88ba65b
commit
07ebe5c56b
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ typedef struct _SETUP_LOADER_BLOCK
|
||||||
PCHAR MachineDirectoryPath;
|
PCHAR MachineDirectoryPath;
|
||||||
PCHAR NetBootSifPath;
|
PCHAR NetBootSifPath;
|
||||||
PVOID NetBootSecret;
|
PVOID NetBootSecret;
|
||||||
CHAR NetBootIMirrorFilePath[26];
|
CHAR NetBootIMirrorFilePath[260];
|
||||||
PCHAR ASRPnPSifFile;
|
PCHAR ASRPnPSifFile;
|
||||||
ULONG ASRPnPSifFileLength;
|
ULONG ASRPnPSifFileLength;
|
||||||
CHAR NetBootAdministratorPassword[64];
|
CHAR NetBootAdministratorPassword[64];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue