Fix cshort definition
Modified: trunk/reactos/include/ndk/rtltypes.h
Modified: trunk/reactos/include/ndk/umtypes.h

Modified: trunk/reactos/include/ndk/rtltypes.h
--- trunk/reactos/include/ndk/rtltypes.h	2005-06-19 21:37:01 UTC (rev 16116)
+++ trunk/reactos/include/ndk/rtltypes.h	2005-06-19 21:39:58 UTC (rev 16117)
@@ -83,6 +83,8 @@
 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;

Modified: trunk/reactos/include/ndk/umtypes.h
--- trunk/reactos/include/ndk/umtypes.h	2005-06-19 21:37:01 UTC (rev 16116)
+++ trunk/reactos/include/ndk/umtypes.h	2005-06-19 21:39:58 UTC (rev 16117)
@@ -553,7 +553,7 @@
 /* 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;