Commit 6b07ac54 authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Fix pointer cast warnings on 64-bit.

parent bb8883dd
......@@ -123,7 +123,7 @@ static void *user_space_limit = (void *)0x7fff0000; /* top of the user addre
static void *working_set_limit = (void *)0x7fff0000; /* top of the current working set */
#else
static UINT page_shift;
static UINT page_size;
static UINT_PTR page_size;
static UINT_PTR page_mask;
static void *address_space_limit;
static void *user_space_limit;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment