Commit a5affc63 authored by Matthew Cline's avatar Matthew Cline Committed by Alexandre Julliard

Added typedefs for PSHORT and PUSHORT.

parent beae14de
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment