Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATION

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2023-11-30 22:11:26 +01:00
parent 013de6b097
commit f816787c57
1 changed files with 1 additions and 1 deletions

View File

@ -1244,7 +1244,7 @@ typedef struct _OBJECT_BASIC_INFORMATION
typedef struct _OBJECT_NAME_INFORMATION
{
UNICODE_STRING Name;
} OBJECT_NAME_INFORMATION;
} OBJECT_NAME_INFORMATION, *POBJECT_NAME_INFORMATION;
typedef struct _DIRECTORY_BASIC_INFORMATION
{