Browse Source

* fix for #28940 also add PSizeUint

git-svn-id: trunk@32257 -
marco 9 years ago
parent
commit
d95b95e648
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rtl/inc/systemh.inc

+ 1 - 0
rtl/inc/systemh.inc

@@ -512,6 +512,7 @@ Type
   PPtrInt             = ^PtrInt;
   PPtrInt             = ^PtrInt;
   PPtrUInt            = ^PtrUInt;
   PPtrUInt            = ^PtrUInt;
   PSizeInt            = ^SizeInt;
   PSizeInt            = ^SizeInt;
+  PSizeUInt           = ^SizeUInt;
 
 
   PPByte              = ^PByte;
   PPByte              = ^PByte;
   PPLongint           = ^PLongint;
   PPLongint           = ^PLongint;