Author: ion
Date: Wed May 24 08:19:04 2006
New Revision: 22002
URL:
http://svn.reactos.ru/svn/reactos?rev=22002&view=rev
Log:
This should fix the build.
Modified:
trunk/reactos/include/ndk/obtypes.h
Modified: trunk/reactos/include/ndk/obtypes.h
URL:
http://svn.reactos.ru/svn/reactos/trunk/reactos/include/ndk/obtypes.h?rev=2…
==============================================================================
--- trunk/reactos/include/ndk/obtypes.h (original)
+++ trunk/reactos/include/ndk/obtypes.h Wed May 24 08:19:04 2006
@@ -23,6 +23,13 @@
// Dependencies
//
#include <umtypes.h>
+
+//
+// If the IFS wasn't included, define this here
+//
+#ifndef EX_PUSH_LOCK
+#define EX_PUSH_LOCK ULONG_PTR
+#endif
#ifdef NTOS_MODE_USER