include: Also undefine PAGE_SHIFT to avoid compiler warnings.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2020-04-20 12:53:56 +02:00
parent d452578185
commit e2bcbdebd6
1 changed files with 1 additions and 0 deletions

View File

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