ntdll: Fix pointer cast warnings on 64-bit.

This commit is contained in:
Alexandre Julliard 2009-01-08 17:28:45 +01:00
parent bb8883dda0
commit 6b07ac5453

View file

@ -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;