mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:23:42 +00:00
[SETUPLIB][USETUP] Add support for setup error handling.
This commit is contained in:
parent
64e217e97c
commit
f894631472
3 changed files with 35 additions and 0 deletions
|
@ -675,6 +675,10 @@ InitializeSetup(
|
|||
// pSetupData->LayoutList = NULL;
|
||||
// pSetupData->LanguageList = NULL;
|
||||
|
||||
/* Initialize error handling */
|
||||
pSetupData->LastErrorNumber = ERROR_SUCCESS;
|
||||
pSetupData->ErrorRoutine = NULL;
|
||||
|
||||
/* Initialize global unicode strings */
|
||||
RtlInitUnicodeString(&pSetupData->SourcePath, NULL);
|
||||
RtlInitUnicodeString(&pSetupData->SourceRootPath, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue