[ros-diffs] [ion] 22966: - Add a typedef for PFS_FILTER_CALLBACKS when the IFS isn't included.

ion at svn.reactos.org ion at svn.reactos.org
Sun Jul 9 03:03:38 CEST 2006


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=22966&r1=22965&r2=22966&view=diff
==============================================================================
--- 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
 




More information about the Ros-diffs mailing list