mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 11:46:50 +00:00
- Add a typedef for PFS_FILTER_CALLBACKS when the IFS isn't included.
svn path=/trunk/; revision=22966
This commit is contained in:
parent
c6931157dd
commit
2eaab734d7
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ Author:
|
|||
// Dependencies
|
||||
//
|
||||
#include <umtypes.h>
|
||||
#if !defined(_NTIFS_)
|
||||
typedef PVOID PFS_FILTER_CALLBACKS;
|
||||
#endif
|
||||
|
||||
#ifndef NTOS_MODE_USER
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue