[ros-diffs] [ion] 16044: Fix XML bug in hal makefiles

ion at svn.reactos.com ion at svn.reactos.com
Sat Jun 18 17:24:41 CEST 2005


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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050618/7d1c18db/attachment.html


More information about the Ros-diffs mailing list