Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnderground78 <underground78@users.sourceforge.net>2012-12-30 14:31:25 +0400
committerUnderground78 <underground78@users.sourceforge.net>2013-01-05 00:23:23 +0400
commit895077c6ce1e294d0a4593ab3aa9ba4cc9d8812a (patch)
tree857bba6ee8088f13a86ac611c59d6ecd0bbbaabe /include
parent55091d96b814ce9f07415d8b4d45930dce9e827a (diff)
Cosmetic: Declare a GUID constant for Morgan's Stream Switcher.
Diffstat (limited to 'include')
-rw-r--r--include/moreuuids.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/moreuuids.h b/include/moreuuids.h
index 68d09278a..052b6bb37 100644
--- a/include/moreuuids.h
+++ b/include/moreuuids.h
@@ -1246,3 +1246,6 @@ DEFINE_GUID(CLSID_RDPDShowRedirectionFilter, 0xAB9D6472, 0x752F, 0x43F6, 0xB2, 0
// ReClock - {9DC15360-914C-46B8-B9DF-E67FD36C6A}
DEFINE_GUID(CLSID_ReClock, 0x9DC15360, 0x914C, 0x46B8, 0xB9, 0xDF, 0xBF, 0xE6, 0x7F, 0xD3, 0x6C, 0x6A);
+
+// Morgan's Stream Switcher - {D3CD7858-971A-4838-ACEC-40CA5D529DC8}
+DEFINE_GUID(CLSID_MorganStreamSwitcher, 0xD3CD7858, 0x971A, 0x4838, 0xAC, 0xEC, 0x40, 0xCA, 0x5D, 0x52, 0x9D, 0xC8);