Re: [PATCH v7 0/1] MR672: comdlg32: Common item dialog fixes
21 Aug
2022
21 Aug
'22
7:31 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/672#note_6636
1215
Age (days ago)
1215
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard (@julliard)