- Add a typedef for PFS_FILTER_CALLBACKS when the IFS isn't included.

svn path=/trunk/; revision=22966
This commit is contained in:
Alex Ionescu 2006-07-09 01:03:37 +00:00
parent c6931157dd
commit 2eaab734d7

View file

@ -23,6 +23,9 @@ Author:
// Dependencies // Dependencies
// //
#include <umtypes.h> #include <umtypes.h>
#if !defined(_NTIFS_)
typedef PVOID PFS_FILTER_CALLBACKS;
#endif
#ifndef NTOS_MODE_USER #ifndef NTOS_MODE_USER