[PATCH] include: Make SHCNF_FLUSHNOWAIT value more explicit.
3 Mar
2020
3 Mar
'20
12:35 p.m.
Signed-off-by: Serge Gautherie <winehq-git_serge_180711(a)gautherie.fr> --- * Addendum to 5f884d19c69b8a857083c013e5aecf6031d7bf70. * S2003R2 P.SDK still had '2'. '3' came later (Win10?). --- include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/shlobj.h b/include/shlobj.h index d309446..e5f6692 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -1362,7 +1362,7 @@ typedef struct _SHChangeNotifyEntry #define SHCNF_PRINTERW 0x0006 #define SHCNF_TYPE 0x00FF #define SHCNF_FLUSH 0x1000 -#define SHCNF_FLUSHNOWAIT 0x3000 +#define SHCNF_FLUSHNOWAIT (0x2000 | SHCNF_FLUSH) #define SHCNF_NOTIFYRECURSIVE 0x10000 #define SHCNF_PATH WINELIB_NAME_AW(SHCNF_PATH) -- 2.10.0.windows.1
2112
Age (days ago)
2112
Last active (days ago)
0 comments
1 participants
participants (1)
-
Serge Gautherie