Added type PWORD.

This commit is contained in:
Huw D M Davies 1999-09-04 14:31:08 +00:00 committed by Alexandre Julliard
parent 685fa2d22d
commit 65367a9f16
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ typedef const void *PCVOID;
typedef CHAR *PCHAR;
typedef UCHAR *PUCHAR;
typedef BYTE *PBYTE;
typedef WORD *PWORD;
typedef ULONG *PULONG;
typedef LONG *PLONG;
typedef DWORD *PDWORD;