mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +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)
|
||||
|
||||
|
||||
#define KSEVENTSETID_Connection \
|
||||
0x7f4bcbe0L, 0x9ea5, 0x11cf, 0xa5, 0xd6, 0x28, 0xdb, 0x04, 0xc1, 0x00, 0x00
|
||||
|
||||
typedef enum
|
||||
{
|
||||
KSEVENT_CONNECTION_POSITIONUPDATE,
|
||||
|
|
|
@ -538,6 +538,12 @@ typedef enum {
|
|||
KSEVENT_LOOPEDSTREAMING_POSITION,
|
||||
} 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 {
|
||||
KSEVENTDATA KsEventData;
|
||||
#if defined(_NTDDK_)
|
||||
|
|
Loading…
Reference in a new issue