mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 17:16:58 +00:00
Add PSHORT and PUSHORT types
svn path=/trunk/; revision=30168
This commit is contained in:
parent
e9616e5788
commit
db2e11b33a
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ typedef unsigned char UCHAR, *PUCHAR, BYTE, *LPBYTE;
|
||||||
typedef char CHAR, *PCHAR, *PSTR;
|
typedef char CHAR, *PCHAR, *PSTR;
|
||||||
typedef const char CCHAR;
|
typedef const char CCHAR;
|
||||||
typedef const char *PCSTR, *LPCSTR;
|
typedef const char *PCSTR, *LPCSTR;
|
||||||
typedef short SHORT;
|
typedef short SHORT, *PSHORT;
|
||||||
typedef unsigned short USHORT;
|
typedef unsigned short USHORT, *PUSHORT;
|
||||||
typedef unsigned short WORD, *PWORD, *LPWORD;
|
typedef unsigned short WORD, *PWORD, *LPWORD;
|
||||||
typedef int LONG, *PLONG, *LPLONG;
|
typedef int LONG, *PLONG, *LPLONG;
|
||||||
typedef unsigned int ULONG, *PULONG, DWORD, *LPDWORD;
|
typedef unsigned int ULONG, *PULONG, DWORD, *LPDWORD;
|
||||||
|
|
Loading…
Reference in a new issue