Fix some build problems Modified: trunk/reactos/drivers/net/ndis/include/buffer.h Modified: trunk/reactos/hal/hal/hal.c _____
Modified: trunk/reactos/drivers/net/ndis/include/buffer.h --- trunk/reactos/drivers/net/ndis/include/buffer.h 2005-05-28 22:12:40 UTC (rev 15632) +++ trunk/reactos/drivers/net/ndis/include/buffer.h 2005-05-28 22:18:44 UTC (rev 15633) @@ -7,7 +7,7 @@
#ifndef __BUFFER_H #define __BUFFER_H
-#include <ndissys.h> +#include "ndissys.h"
/* FIXME: Possibly move this to ntddk.h */ _____
Modified: trunk/reactos/hal/hal/hal.c --- trunk/reactos/hal/hal/hal.c 2005-05-28 22:12:40 UTC (rev 15632) +++ trunk/reactos/hal/hal/hal.c 2005-05-28 22:18:44 UTC (rev 15633) @@ -655,6 +655,8 @@
DWORD Unknown2) { UNIMPLEMENTED; + + return TRUE; }