--- mstools/mssetup/intldll/gauge.h 2018/08/09 18:22:54 1.1 +++ mstools/mssetup/intldll/gauge.h 2018/08/09 18:25:15 1.1.1.2 @@ -13,10 +13,10 @@ extern BOOL fUserQuit; #define PRO_CLASS "PRO" #define ID_CANCEL 2 #define ID_STATUS0 4000 -#define ID_STATUS1 (ID_STATUS0 + 1) -#define ID_STATUS2 (ID_STATUS0 + 2) -#define ID_STATUS3 (ID_STATUS0 + 3) -#define ID_STATUS4 (ID_STATUS0 + 4) +#define ID_STATUS1 4001 +#define ID_STATUS2 4002 +#define ID_STATUS3 4003 +#define ID_STATUS4 4004 #define DLG_PROGRESS 400 #define ID_BAR 401