mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 12:22:04 +00:00
[PSDK]
- Fix _KSNODE_DESCRIPTOR definition svn path=/trunk/; revision=46631
This commit is contained in:
parent
baeb295134
commit
f8ed547043
1 changed files with 3 additions and 0 deletions
|
@ -2987,6 +2987,9 @@ struct _KSNODE_DESCRIPTOR
|
|||
const KSAUTOMATION_TABLE* AutomationTable;
|
||||
const GUID* Type;
|
||||
const GUID* Name;
|
||||
#if !defined(_WIN64)
|
||||
PVOID Alignment;
|
||||
#endif
|
||||
};
|
||||
|
||||
struct _KSFILTER_DESCRIPTOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue