mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:33:04 +00:00
[SETUPLIB] Remove a deprecated error number (that gets merged with ERROR_TXTSETUP_SECTION).
[USETUP] Improve usage of ERROR_TXTSETUP_SECTION and ERROR_CABINET_SECTION error codes, correctly display associated error message, and remove a deprecated string.
This commit is contained in:
parent
4b148bcaf2
commit
a7afba7703
29 changed files with 1130 additions and 1314 deletions
|
@ -50,6 +50,14 @@ MUIClearPage(
|
|||
ULONG PageNumber);
|
||||
|
||||
VOID
|
||||
MUIDisplayErrorV(
|
||||
IN ULONG ErrorNum,
|
||||
OUT PINPUT_RECORD Ir,
|
||||
IN ULONG WaitEvent,
|
||||
IN va_list args);
|
||||
|
||||
VOID
|
||||
__cdecl
|
||||
MUIDisplayError(
|
||||
ULONG ErrorNum,
|
||||
PINPUT_RECORD Ir,
|
||||
|
@ -83,7 +91,6 @@ MUIGetString(
|
|||
#define STRING_CONTINUE 12
|
||||
#define STRING_QUITCONTINUE 13
|
||||
#define STRING_REBOOTCOMPUTER 14
|
||||
#define STRING_TXTSETUPFAILED 15
|
||||
#define STRING_COPYING 16
|
||||
#define STRING_SETUPCOPYINGFILES 17
|
||||
#define STRING_REGHIVEUPDATE 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue