aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lj_alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_alloc.c b/src/lj_alloc.c
index bf2ae847..2d41481d 100644
--- a/src/lj_alloc.c
+++ b/src/lj_alloc.c
@@ -124,7 +124,7 @@
124 124
125#if LJ_ALLOC_NTAVM 125#if LJ_ALLOC_NTAVM
126/* Undocumented, but hey, that's what we all love so much about Windows. */ 126/* Undocumented, but hey, that's what we all love so much about Windows. */
127typedef long (*PNTAVM)(HANDLE handle, void **addr, ULONG zbits, 127typedef long (*PNTAVM)(HANDLE handle, void **addr, ULONG_PTR zbits,
128 size_t *size, ULONG alloctype, ULONG prot); 128 size_t *size, ULONG alloctype, ULONG prot);
129static PNTAVM ntavm; 129static PNTAVM ntavm;
130 130