include: Add IsReparseTagNameSurrogate.

Based on a patch by Erich E. Hoover.
This commit is contained in:
Alex Henrie 2023-07-05 22:40:30 -06:00 committed by Alexandre Julliard
parent 33b7e4806f
commit b87dcee5ea

View file

@ -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
*/