[PATCH 0/1] MR3250: include: Add IsReparseTagNameSurrogate.
Based on a patch by Erich E. Hoover. This is another bit of code that Wine Staging shouldn't have to keep rebasing. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3250
From: Alex Henrie <alexhenrie24(a)gmail.com> Based on a patch by Erich E. Hoover. --- include/winnt.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/winnt.h b/include/winnt.h index 26be0ccaec5..f431753e46a 100644 --- a/include/winnt.h +++ b/include/winnt.h @@ -2483,6 +2483,8 @@ static FORCEINLINE struct _TEB * WINAPI NtCurrentTeb(void) #define IO_REPARSE_TAG_ONEDRIVE __MSABI_LONG(0x80000021) #define IO_REPARSE_TAG_GVFS_TOMBSTONE __MSABI_LONG(0xA0000022) +#define IsReparseTagNameSurrogate(x) ((x) & 0x20000000) + /* * File formats definitions */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3250
This merge request was approved by Erich Hoover. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3250
participants (3)
-
Alex Henrie -
Alex Henrie (@alexhenrie) -
Erich Hoover (@ehoover)