Fix cshort definition

svn path=/trunk/; revision=16117
This commit is contained in:
Alex Ionescu
2005-06-19 21:39:58 +00:00
parent ef09428e85
commit 9deb8137ef
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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;
+1 -1
View File
@@ -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;