* include/ddk/winddk.h (PCUNICODE_STRING): Remove incorrect
	typedef.

2003-03-13  Bang Jun-Young  <junyoung@netbsd.org>

	* lib/kernel32.def (Module32{First,Next}{,W}): Add missing exports.
	(Process32{First,Next}{,W}): Ditto.
	(Thread32{First,Next}): Ditto.
	* include/ntdef.h (PCUNICODE_STRING): Add typedef.
This commit is contained in:
Danny Smith
2003-03-14 03:06:52 +00:00
parent 41ffdfa51e
commit 2359084b5b
4 changed files with 23 additions and 2 deletions

View File

@ -138,8 +138,6 @@ typedef enum _MODE {
MaximumMode
} MODE;
typedef PUNICODE_STRING PCUNICODE_STRING;
typedef struct _SINGLE_LIST_ENTRY {
struct _SINGLE_LIST_ENTRY *Next;
} SINGLE_LIST_ENTRY, *PSINGLE_LIST_ENTRY;