[ros-diffs] [ion] 16117: Fix cshort definition

ion at svn.reactos.com ion at svn.reactos.com
Sun Jun 19 23:40:08 CEST 2005


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;
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050619/39a2465d/attachment.html


More information about the Ros-diffs mailing list