summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/ntdef.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2002-05-30 08:20:52 +0000
committerCorinna Vinschen <corinna@vinschen.de>2002-05-30 08:20:52 +0000
commit5fe3a988af58d1686749135b9fb1a539232abd2c (patch)
treedfb67461abf4d3ab871c6f8174f3a85b44855635 /winsup/w32api/include/ntdef.h
parentd74eced5d5773ae7b311b8e9ad585fc69bda0f51 (diff)
downloadcygnal-5fe3a988af58d1686749135b9fb1a539232abd2c.tar.gz
cygnal-5fe3a988af58d1686749135b9fb1a539232abd2c.tar.bz2
cygnal-5fe3a988af58d1686749135b9fb1a539232abd2c.zip
* include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):
Add missing typedefs.
Diffstat (limited to 'winsup/w32api/include/ntdef.h')
-rw-r--r--winsup/w32api/include/ntdef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/ntdef.h b/winsup/w32api/include/ntdef.h
index fcf8d4963..fd1074ca4 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,