Signed-off-by: Serge Gautherie winehq-git_serge_180711@gautherie.fr --- include/shlobj.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/shlobj.h b/include/shlobj.h index d309446..aa3673f 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 #define SHCNF_NOTIFYRECURSIVE 0x10000
#define SHCNF_PATH WINELIB_NAME_AW(SHCNF_PATH)
Existing value is correct according to current SDK.
On 27/02/2020 14:48, Nikolay Sivov wrote:
Existing value is correct according to current SDK.
Indeed. My bad, I checked an old 2003R2 SDK :-(