aboutsummaryrefslogtreecommitdiff
path: root/lib/WinRpMalloc
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-03-28 00:30:25 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-03-28 00:30:25 -0400
commitcf45636b6216d1b2beaec83bb129a1927f24f608 (patch)
tree97553ecbff6189602c24ad0d600005ecc9f5086c /lib/WinRpMalloc
parent0fe1b687531710071d7c5a85cc59577481a06c9b (diff)
Readme and spelling
Diffstat (limited to 'lib/WinRpMalloc')
-rw-r--r--lib/WinRpMalloc/src/dllmain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/WinRpMalloc/src/dllmain.c b/lib/WinRpMalloc/src/dllmain.c
index adcf3e6..58f5538 100644
--- a/lib/WinRpMalloc/src/dllmain.c
+++ b/lib/WinRpMalloc/src/dllmain.c
@@ -52,7 +52,7 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
//Define the heap methods
-HEAP_METHOD_EXPORT ERRNO HEAP_METHOD_CC heapCreate(UnmanagedHeapFlags* flags)
+HEAP_METHOD_EXPORT ERRNO HEAP_METHOD_CC heapCreate(UnmanagedHeapDescriptor* flags)
{
//Check flags
if (flags->CreationFlags & HEAP_CREATION_IS_SHARED)