Added typedefs for PSHORT and PUSHORT.
This commit is contained in:
parent
beae14de0c
commit
a5affc63c9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue