From ae613f9999bd22ee6021687af65125b33a59634e Mon Sep 17 00:00:00 2001 From: corinna Date: Thu, 30 May 2002 08:20:51 +0000 Subject: [PATCH] * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING): Add missing typedefs. --- winsup/w32api/ChangeLog | 5 +++++ winsup/w32api/include/ntdef.h | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index d5ff0f149d..ef0a3b3bf0 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,8 @@ +2002-05-30 Christopher January + + * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING): + Add missing typedefs. + 2002-05-28 Earnie Boyd * include/w32api.h: Increment version to 1.5 diff --git a/winsup/w32api/include/ntdef.h b/winsup/w32api/include/ntdef.h index fcf8d4963d..fd1074ca4f 100644 --- a/winsup/w32api/include/ntdef.h +++ b/winsup/w32api/include/ntdef.h @@ -37,6 +37,10 @@ typedef struct _STRING { PCHAR Buffer; } STRING, *PSTRING; #endif +typedef STRING ANSI_STRING; +typedef PSTRING PANSI_STRING; +typedef STRING OEM_STRING; +typedef PSTRING POEM_STRING; typedef LARGE_INTEGER PHYSICAL_ADDRESS, *PPHYSICAL_ADDRESS; typedef enum _SECTION_INHERIT { ViewShare = 1, -- 2.11.0