From: Alex Ionescu Date: Sat, 19 Nov 2005 23:07:32 +0000 (+0000) Subject: Fix hal build X-Git-Tag: backups/ros-branch-0_2_9@19949~566 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=216543bf9ad7b37b882be61748efadb4e2563c73 Fix hal build svn path=/trunk/; revision=19354 --- 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;