Commit e2bcbdeb authored by Alexandre Julliard's avatar Alexandre Julliard

include: Also undefine PAGE_SHIFT to avoid compiler warnings.

parent d4525781
......@@ -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
......
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