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;