Browse Source

* regionsize now ptruint, mantis 13077

git-svn-id: trunk@12638 -
marco 16 years ago
parent
commit
1533599426
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/win/wininc/struct.inc

+ 1 - 1
rtl/win/wininc/struct.inc

@@ -4181,7 +4181,7 @@ Const
           BaseAddress : PVOID;
           AllocationBase : PVOID;
           AllocationProtect : DWORD;
-          RegionSize : DWORD;
+          RegionSize : PTRUINT; // MvdV: size_t in win SDK 6.0.
           State : DWORD;
           Protect : DWORD;
           _Type : DWORD;