mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 18:52:10 +00:00
- Fix bug introduced 18942 revisions ago
svn path=/trunk/; revision=44050
This commit is contained in:
parent
db62b33f92
commit
43a6379cc0
2 changed files with 6 additions and 3 deletions
|
@ -453,9 +453,6 @@ typedef enum
|
||||||
NULL, 0, NULL, NULL, 0)
|
NULL, 0, NULL, NULL, 0)
|
||||||
|
|
||||||
|
|
||||||
#define KSEVENTSETID_Connection \
|
|
||||||
0x7f4bcbe0L, 0x9ea5, 0x11cf, 0xa5, 0xd6, 0x28, 0xdb, 0x04, 0xc1, 0x00, 0x00
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
KSEVENT_CONNECTION_POSITIONUPDATE,
|
KSEVENT_CONNECTION_POSITIONUPDATE,
|
||||||
|
|
|
@ -538,6 +538,12 @@ typedef enum {
|
||||||
KSEVENT_LOOPEDSTREAMING_POSITION,
|
KSEVENT_LOOPEDSTREAMING_POSITION,
|
||||||
} KSEVENT_LOOPEDSTREAMING;
|
} KSEVENT_LOOPEDSTREAMING;
|
||||||
|
|
||||||
|
#define STATIC_KSEVENTSETID_Connection\
|
||||||
|
0x7f4bcbe0L, 0x9ea5, 0x11cf, 0xa5, 0xd6, 0x28, 0xdb, 0x04, 0xc1, 0x00, 0x00
|
||||||
|
DEFINE_GUIDSTRUCT("7f4bcbe0-9ea5-11cf-a5d6-28db04c10000", KSEVENTSETID_Connection);
|
||||||
|
#define KSEVENTSETID_Connection DEFINE_GUIDNAMED(KSEVENTSETID_Connection)
|
||||||
|
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
KSEVENTDATA KsEventData;
|
KSEVENTDATA KsEventData;
|
||||||
#if defined(_NTDDK_)
|
#if defined(_NTDDK_)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue