mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:36:11 +00:00
[DDK]
MS DDK defines FLT_CALLBACK_DATA_QUEUE_FLAGS as ULONG. svn path=/trunk/; revision=71870
This commit is contained in:
parent
e5ca5b3971
commit
e9ce17fc5f
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ typedef VOID
|
|||
_Inout_ PFLT_CALLBACK_DATA_QUEUE Cbdq,
|
||||
_Inout_ PFLT_CALLBACK_DATA Cbd);
|
||||
|
||||
typedef enum _FLT_CALLBACK_DATA_QUEUE_FLAGS FLT_CALLBACK_DATA_QUEUE_FLAGS;
|
||||
typedef ULONG FLT_CALLBACK_DATA_QUEUE_FLAGS;
|
||||
|
||||
typedef struct _FLT_CALLBACK_DATA_QUEUE {
|
||||
IO_CSQ Csq;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue