Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs')
-rw-r--r--src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs b/src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs
index 45dc7c675..c195f481b 100644
--- a/src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs
+++ b/src/Common/src/Interop/Windows/mincore/Interop.MemReAlloc.cs
@@ -11,7 +11,7 @@ internal static partial class Interop
internal static unsafe partial class mincore
{
[DllImport("api-ms-win-core-heap-l1-1-0.dll")]
- internal static extern unsafe IntPtr HeapReAlloc(IntPtr hHeap, UInt32 dwFlags, IntPtr lpMem, UIntPtr dwBytes);
+ internal static extern unsafe IntPtr HeapReAlloc(IntPtr hHeap, uint dwFlags, IntPtr lpMem, UIntPtr dwBytes);
}
internal static unsafe IntPtr MemReAlloc(IntPtr ptr, UIntPtr newSize)