[ros-diffs] [ion] 15633: Fix some build problems
ion at svn.reactos.com
ion at svn.reactos.com
Sun May 29 00:18:45 CEST 2005
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;
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050529/cb25d38a/attachment.html
More information about the Ros-diffs
mailing list