- Fix bug introduced 18942 revisions ago
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 9 Nov 2009 17:43:12 +0000 (17:43 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 9 Nov 2009 17:43:12 +0000 (17:43 +0000)
svn path=/trunk/; revision=44050

reactos/include/psdk/ks.h
reactos/include/psdk/ksmedia.h

index 3245f86..4968c17 100644 (file)
@@ -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,
index 031d78f..4e53214 100644 (file)
@@ -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_)