public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATION
@ 2023-11-30 21:39 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-11-30 21:39 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=f816787c57b340da0964d6d4209ad18cd8795e14

commit f816787c57b340da0964d6d4209ad18cd8795e14
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Nov 30 22:11:26 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Thu Nov 30 22:37:35 2023 +0100

    Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATION
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/local_includes/ntdll.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winsup/cygwin/local_includes/ntdll.h b/winsup/cygwin/local_includes/ntdll.h
index a9ccd16a92fd..484523bbbc48 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
 {

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-30 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 21:39 [newlib-cygwin/main] Cygwin: ntdll.h: add missing POBJECT_NAME_INFORMATION Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).