mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 10:55:50 +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 NetBootSifPath;
|
||||
PVOID NetBootSecret;
|
||||
CHAR NetBootIMirrorFilePath[26];
|
||||
CHAR NetBootIMirrorFilePath[260];
|
||||
PCHAR ASRPnPSifFile;
|
||||
ULONG ASRPnPSifFileLength;
|
||||
CHAR NetBootAdministratorPassword[64];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue