mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 12:23:29 +00:00
Fix cshort definition
svn path=/trunk/; revision=16117
This commit is contained in:
@@ -83,6 +83,8 @@ typedef VOID
|
||||
typedef unsigned short RTL_ATOM;
|
||||
typedef unsigned short *PRTL_ATOM;
|
||||
|
||||
typedef ACL_REVISION_INFORMATION *PACL_REVISION_INFORMATION;
|
||||
typedef ACL_SIZE_INFORMATION *PACL_SIZE_INFORMATION;
|
||||
typedef struct _ACE
|
||||
{
|
||||
ACE_HEADER Header;
|
||||
|
||||
@@ -553,7 +553,7 @@ typedef enum _THREADINFOCLASS
|
||||
/* Basic Types that aren't defined in User-Mode Headers */
|
||||
typedef CONST int CINT;
|
||||
typedef CONST char *PCSZ;
|
||||
typedef CONST short CSHORT;
|
||||
typedef short CSHORT;
|
||||
typedef CSHORT *PCSHORT;
|
||||
typedef LARGE_INTEGER PHYSICAL_ADDRESS, *PPHYSICAL_ADDRESS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user