Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2023-12-01 00:11:26 +0300
committerCorinna Vinschen <corinna@vinschen.de>2023-12-01 00:37:35 +0300
commitf816787c57b340da0964d6d4209ad18cd8795e14 (patch)
tree0afebc5c614a6df6c2d63dc97f185be783a4cbdb /winsup
parent013de6b097feb94b58386a2a51c32ecab5e80db7 (diff)
Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATION
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/local_includes/ntdll.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/local_includes/ntdll.h b/winsup/cygwin/local_includes/ntdll.h
index a9ccd16a9..484523bbb 100644
--- a/winsup/cygwin/local_includes/ntdll.h
+++ b/winsup/cygwin/local_includes/ntdll.h
@@ -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
{