mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[SETUPLIB][USETUP] Minor improvements.
- Use adequate access flag when opening symbolic links. - Simplify the prototype of UpdateRegistry() since now both Setup INF handle and settings lists are inside the USETUP_DATA structure.
This commit is contained in:
parent
13998a15c9
commit
1b0c26e21c
4 changed files with 16 additions and 27 deletions
|
@ -176,15 +176,11 @@ typedef VOID
|
|||
|
||||
ERROR_NUMBER
|
||||
UpdateRegistry(
|
||||
IN HINF SetupInf,
|
||||
IN OUT PUSETUP_DATA pSetupData,
|
||||
/**/IN BOOLEAN RepairUpdateFlag, /* HACK HACK! */
|
||||
/**/IN PPARTLIST PartitionList, /* HACK HACK! */
|
||||
/**/IN WCHAR DestinationDriveLetter, /* HACK HACK! */
|
||||
/**/IN PCWSTR SelectedLanguageId, /* HACK HACK! */
|
||||
IN PGENERIC_LIST DisplayList,
|
||||
IN PGENERIC_LIST LayoutList,
|
||||
IN PGENERIC_LIST LanguageList,
|
||||
IN PREGISTRY_STATUS_ROUTINE StatusRoutine OPTIONAL);
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue