mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Add PSHORT and PUSHORT types
svn path=/trunk/; revision=30168
This commit is contained in:
@@ -59,8 +59,8 @@ typedef unsigned char UCHAR, *PUCHAR, BYTE, *LPBYTE;
|
||||
typedef char CHAR, *PCHAR, *PSTR;
|
||||
typedef const char CCHAR;
|
||||
typedef const char *PCSTR, *LPCSTR;
|
||||
typedef short SHORT;
|
||||
typedef unsigned short USHORT;
|
||||
typedef short SHORT, *PSHORT;
|
||||
typedef unsigned short USHORT, *PUSHORT;
|
||||
typedef unsigned short WORD, *PWORD, *LPWORD;
|
||||
typedef int LONG, *PLONG, *LPLONG;
|
||||
typedef unsigned int ULONG, *PULONG, DWORD, *LPDWORD;
|
||||
|
||||
Reference in New Issue
Block a user