Added typedefs for PSHORT and PUSHORT.

This commit is contained in:
Matthew Cline 2000-02-12 19:25:38 +00:00 committed by Alexandre Julliard
parent beae14de0c
commit a5affc63c9
1 changed files with 2 additions and 0 deletions

View File

@ -198,6 +198,8 @@ typedef CHAR *PCHAR;
typedef UCHAR *PUCHAR;
typedef BYTE *PBYTE;
typedef WORD *PWORD;
typedef USHORT *PUSHORT;
typedef SHORT *PSHORT;
typedef ULONG *PULONG;
typedef LONG *PLONG;
typedef DWORD *PDWORD;