mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 21:03:14 +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 KSAUTOMATION_TABLE* AutomationTable;
|
||||||
const GUID* Type;
|
const GUID* Type;
|
||||||
const GUID* Name;
|
const GUID* Name;
|
||||||
|
#if !defined(_WIN64)
|
||||||
|
PVOID Alignment;
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _KSFILTER_DESCRIPTOR
|
struct _KSFILTER_DESCRIPTOR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue