[KSPROXY]
[reactos.git] / reactos / dll / directx / ksproxy / datatype.cpp
index 37f47e2..3d2d925 100644 (file)
@@ -11,9 +11,6 @@
 /* FIXME guid mess */
 const GUID IID_IUnknown           = {0x00000000, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}};
 const GUID IID_IClassFactory      = {0x00000001, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}};
-const GUID IID_IKsDataTypeHandler = {0x5FFBAA02, 0x49A3, 0x11D0, {0x9F, 0x36, 0x00, 0xAA, 0x00, 0xA2, 0x16, 0xA1}};
-const GUID MEDIATYPE_Audio        = {0x73647561, 0x0000, 0x0010, {0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}};
-
 
 class CKsDataTypeHandler : public IKsDataTypeHandler
 {
@@ -138,6 +135,8 @@ CKsDataTypeHandler_Constructor (
     REFIID riid,
     LPVOID * ppv)
 {
+    OutputDebugStringW(L"CKsDataTypeHandler_Constructor\n");
+
     CKsDataTypeHandler * handler = new CKsDataTypeHandler();
 
     if (!handler)