Module: wine Branch: master Commit: b87dcee5ea6683e8b474e4db4221a267b84131b1 URL: https://gitlab.winehq.org/wine/wine/-/commit/b87dcee5ea6683e8b474e4db4221a26...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Jul 5 22:40:30 2023 -0600
include: Add IsReparseTagNameSurrogate.
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 */