[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

@ -46,7 +46,6 @@ typedef enum _ERROR_NUMBER
ERROR_TXTSETUP_SECTION,
ERROR_CABINET_SECTION,
ERROR_CREATE_INSTALL_DIR,
ERROR_FIND_SETUPDATA,
ERROR_WRITE_PTABLE,
ERROR_ADDING_CODEPAGE,
ERROR_UPDATE_LOCALESETTINGS,