From: Ballard J. <sac...@ho...> - 2004-02-09 03:24:49
|
I added an #include to os/winnt/kernel/lowlevel/alloc.c. There was no specific definition of PAGE_SIZE except in asm/page.h. It could have conflicted with the PAGE_SIZE from the DDK, and I think the linux one is preferred: #include <asm/page.h> |