From 2143c80c3991b0b30a8a6ac420bc3d0a3e28aa2d Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 24 May 2006 04:19:04 +0000 Subject: [PATCH] This should fix the build. svn path=/trunk/; revision=22002 --- reactos/include/ndk/obtypes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/reactos/include/ndk/obtypes.h b/reactos/include/ndk/obtypes.h index 370b8d01bd9..2ec54da1d11 100644 --- a/reactos/include/ndk/obtypes.h +++ b/reactos/include/ndk/obtypes.h @@ -24,6 +24,13 @@ Author: // #include +// +// If the IFS wasn't included, define this here +// +#ifndef EX_PUSH_LOCK +#define EX_PUSH_LOCK ULONG_PTR +#endif + #ifdef NTOS_MODE_USER //