[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:
Hermès Bélusca-Maïto 2017-12-30 18:21:42 +01:00
parent 4b148bcaf2
commit a7afba7703
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
29 changed files with 1130 additions and 1314 deletions

View file

@ -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