Alexandre Julliard (@julliard) commented about include/commctrl.h:
#define HIST_BACK 0 #define HIST_FORWARD 1 -#define HIST_FAVORITES 2 -#define HIST_ADDTOFAVORITES 3 -#define HIST_VIEWTREE 4 +#define HIST_UP 2 +#define HIST_FAVORITES 3 +#define HIST_ADDTOFAVORITES 4 +#define HIST_VIEWTREE 5
These are Windows API defines, you can't change them.