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 //