From 216543bf9ad7b37b882be61748efadb4e2563c73 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sat, 19 Nov 2005 23:07:32 +0000 Subject: [PATCH 1/1] Fix hal build svn path=/trunk/; revision=19354 --- reactos/hal/hal/hal.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/hal/hal/hal.c b/reactos/hal/hal/hal.c index 6547e251ab3..21f0be33430 100644 --- a/reactos/hal/hal/hal.c +++ b/reactos/hal/hal/hal.c @@ -18,6 +18,10 @@ #define NDEBUG #include +#undef ExAcquireFastMutex +#undef ExReleaseFastMutex +#undef ExTryToAcquireFastMutex + /* DATA **********************************************************************/ ULONG KdComPortInUse = 0; -- 2.17.1