mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
- Add missing types
svn path=/trunk/; revision=43793
This commit is contained in:
parent
d42f65b7f8
commit
3557056c44
1 changed files with 2 additions and 2 deletions
|
@ -1140,7 +1140,7 @@ typedef enum
|
|||
{
|
||||
KSPIN_DATAFLOW_IN = 1,
|
||||
KSPIN_DATAFLOW_OUT
|
||||
} KSPIN_DATAFLOW;
|
||||
} KSPIN_DATAFLOW, *PKSPIN_DATAFLOW;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
@ -1149,7 +1149,7 @@ typedef enum
|
|||
KSPIN_COMMUNICATION_SOURCE,
|
||||
KSPIN_COMMUNICATION_BOTH,
|
||||
KSPIN_COMMUNICATION_BRIDGE
|
||||
} KSPIN_COMMUNICATION;
|
||||
} KSPIN_COMMUNICATION, *PKSPIN_COMMUNICATION;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue