mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Windows: Fix NtAllocateVirtualMemory prototype.
This commit is contained in:
parent
2e68e1fc18
commit
17fb96d904
@ -124,7 +124,7 @@
|
||||
|
||||
#if LJ_ALLOC_NTAVM
|
||||
/* Undocumented, but hey, that's what we all love so much about Windows. */
|
||||
typedef long (*PNTAVM)(HANDLE handle, void **addr, ULONG zbits,
|
||||
typedef long (*PNTAVM)(HANDLE handle, void **addr, ULONG_PTR zbits,
|
||||
size_t *size, ULONG alloctype, ULONG prot);
|
||||
static PNTAVM ntavm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user