Skip to content
Snippets Groups Projects
Commit a5affc63 authored by Matthew Cline's avatar Matthew Cline Committed by Alexandre Julliard
Browse files

Added typedefs for PSHORT and PUSHORT.

parent beae14de
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment