include: Also undefine PAGE_SHIFT to avoid compiler warnings.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d452578185
commit
e2bcbdebd6
|
@ -30,6 +30,7 @@
|
|||
|
||||
/* FIXME: We suppose that page size is 4096 */
|
||||
#undef PAGE_SIZE
|
||||
#undef PAGE_SHIFT
|
||||
#define PAGE_SIZE 0x1000
|
||||
#define PAGE_SHIFT 12
|
||||
|
||||
|
|
Loading…
Reference in New Issue