Index: ntdef.h
===================================================================
RCS file: /cvs/src/src/winsup/w32api/include/ntdef.h,v
retrieving revision 1.6
diff -u -3 -p -u -p -b -B -r1.6 ntdef.h
--- ntdef.h	9 Mar 2002 09:04:09 -0000	1.6
+++ ntdef.h	30 May 2002 01:07:52 -0000
@@ -37,6 +36,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,
