Add missing UUIDs from mshtmhst and endpointvolume

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5061 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-crt/libsrc/endpointvolume-uuid.c b/mingw-w64-crt/libsrc/endpointvolume-uuid.c
new file mode 100644
index 0000000..3ca9f1c
--- /dev/null
+++ b/mingw-w64-crt/libsrc/endpointvolume-uuid.c
@@ -0,0 +1,9 @@
+#define INITGUID
+#include <basetyps.h>
+
+DEFINE_GUID(CLSID_MMDeviceEnumerator,0xBCDE0395,0xE52F,0x467C,0x8E,0x3D,0xC4,0x57,0x92,0x91,0x69,0x2E);
+DEFINE_GUID(IID_IMMDeviceEnumerator,0xA95664D2,0x9614,0x4F35,0xA7,0x46,0xDE,0x8D,0xB6,0x36,0x17,0xE6);
+DEFINE_GUID(IID_IAudioEndpointVolume,0x5CDF2C82,0x841E,0x4546,0x97,0x22,0x0C,0xF7,0x40,0x78,0x22,0x9A);
+DEFINE_GUID(IID_IAudioEndpointVolumeCallback,0x657804fa,0xd6ad,0x4496,0x8a,0x60,0x35,0x27,0x52,0xaf,0x4f,0x89);
+DEFINE_GUID(IID_IAudioEndpointVolumeEx,0x66e11784,0xf695,0x4f28,0xa5,0x05,0xa7,0x08,0x00,0x81,0xa7,0x8f);
+
diff --git a/mingw-w64-crt/libsrc/mshtmhst-uuid.c b/mingw-w64-crt/libsrc/mshtmhst-uuid.c
new file mode 100644
index 0000000..83244ee
--- /dev/null
+++ b/mingw-w64-crt/libsrc/mshtmhst-uuid.c
@@ -0,0 +1,3 @@
+#define INITGUID
+#include <basetyps.h>
+DEFINE_GUID(IID_IHTMLDocument,0xbd3f23c0,0xd43e,0x11cf,0x89,0x3b,0x00,0xaa,0x00,0xbd,0xce,0x1a);