May 3, 2026
9:31 a.m.
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> --- include/shellapi.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/shellapi.h b/include/shellapi.h index 1516e7a7ac5..b7fdcbef45e 100644 --- a/include/shellapi.h +++ b/include/shellapi.h @@ -521,6 +521,8 @@ typedef struct tagNC_ADDRESS BYTE PrefixLength; } NC_ADDRESS, *PNC_ADDRESS; +#define WC_NETADDRESS L"msctls_netaddress" + #define NCM_GETADDRESS (WM_USER+1) #define NCM_SETALLOWTYPE (WM_USER+2) #define NCM_GETALLOWTYPE (WM_USER+3) -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/10811