From 2eaab734d71960b4aef4c6f75373c01d034de3d8 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Sun, 9 Jul 2006 01:03:37 +0000 Subject: [PATCH] - Add a typedef for PFS_FILTER_CALLBACKS when the IFS isn't included. svn path=/trunk/; revision=22966 --- reactos/include/ndk/iotypes.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/reactos/include/ndk/iotypes.h b/reactos/include/ndk/iotypes.h index a78a49ce13c..de2034cf23b 100644 --- a/reactos/include/ndk/iotypes.h +++ b/reactos/include/ndk/iotypes.h @@ -23,6 +23,9 @@ Author: // Dependencies // #include +#if !defined(_NTIFS_) +typedef PVOID PFS_FILTER_CALLBACKS; +#endif #ifndef NTOS_MODE_USER