Fix XML bug in hal makefiles
Modified: trunk/reactos/hal/hal/hal.xml
Modified: trunk/reactos/hal/halx86/up/halup.xml
_____
Modified: trunk/reactos/hal/hal/hal.xml
--- trunk/reactos/hal/hal/hal.xml 2005-06-18 15:15:25 UTC (rev
16043)
+++ trunk/reactos/hal/hal/hal.xml 2005-06-18 15:24:30 UTC (rev
16044)
@@ -2,7 +2,7 @@
<importlibrary basename="hal" definition="hal.def" />
<include base="ntoskrnl">include</include>
<library>ntoskrnl</library>
- <define name="_NTOSKRNL_" />
+ <define name="_NTHAL_" />
<define name="__USE_W32API" />
<file>hal.c</file>
<file>hal.rc</file>
_____
Modified: trunk/reactos/hal/halx86/up/halup.xml
--- trunk/reactos/hal/halx86/up/halup.xml 2005-06-18 15:15:25 UTC
(rev 16043)
+++ trunk/reactos/hal/halx86/up/halup.xml 2005-06-18 15:24:30 UTC
(rev 16044)
@@ -5,8 +5,7 @@
<include base="ntoskrnl">include</include>
<define name="_DISABLE_TIDENTS" />
<define name="__USE_W32API" />
- <define name="__NTHAL__" />
- <define name="_NTOSKRNL_" />
+ <define name="_NTHAL_" />
<library>hal_generic</library>
<library>hal_generic_up</library>
<library>hal_generic_pc</library>
Show replies by date