Author: ion
Date: Sun Jul 9 05:03:37 2006
New Revision: 22966
URL:
http://svn.reactos.org/svn/reactos?rev=22966&view=rev
Log:
- Add a typedef for PFS_FILTER_CALLBACKS when the IFS isn't included.
Modified:
trunk/reactos/include/ndk/iotypes.h
Modified: trunk/reactos/include/ndk/iotypes.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/iotypes.h?rev=…
==============================================================================
--- trunk/reactos/include/ndk/iotypes.h (original)
+++ trunk/reactos/include/ndk/iotypes.h Sun Jul 9 05:03:37 2006
@@ -23,6 +23,9 @@
// Dependencies
//
#include <umtypes.h>
+#if !defined(_NTIFS_)
+typedef PVOID PFS_FILTER_CALLBACKS;
+#endif
#ifndef NTOS_MODE_USER