[ros-diffs] [ion] 19354: Fix hal build

ion at svn.reactos.com ion at svn.reactos.com
Sun Nov 20 00:08:05 CET 2005


Fix hal build
Modified: trunk/reactos/hal/hal/hal.c
  _____  

Modified: trunk/reactos/hal/hal/hal.c
--- trunk/reactos/hal/hal/hal.c	2005-11-19 22:32:09 UTC (rev 19353)
+++ trunk/reactos/hal/hal/hal.c	2005-11-19 23:07:32 UTC (rev 19354)
@@ -18,6 +18,10 @@

 #define NDEBUG
 #include <debug.h>
 
+#undef ExAcquireFastMutex
+#undef ExReleaseFastMutex
+#undef ExTryToAcquireFastMutex
+
 /* DATA
**********************************************************************/
 
 ULONG KdComPortInUse = 0;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051120/1569ed94/attachment.html


More information about the Ros-diffs mailing list