[ros-diffs] [janderwald] 45675: [KSPROXY] - Fix IID_IUnknown definition 3/X

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Feb 23 18:19:45 CET 2010


Author: janderwald
Date: Tue Feb 23 18:19:45 2010
New Revision: 45675

URL: http://svn.reactos.org/svn/reactos?rev=45675&view=rev
Log:
[KSPROXY]
- Fix IID_IUnknown definition 3/X

Modified:
    trunk/reactos/dll/directx/ksproxy/datatype.cpp

Modified: trunk/reactos/dll/directx/ksproxy/datatype.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/directx/ksproxy/datatype.cpp?rev=45675&r1=45674&r2=45675&view=diff
==============================================================================
--- trunk/reactos/dll/directx/ksproxy/datatype.cpp [iso-8859-1] (original)
+++ trunk/reactos/dll/directx/ksproxy/datatype.cpp [iso-8859-1] Tue Feb 23 18:19:45 2010
@@ -9,7 +9,7 @@
 #include "precomp.h"
 
 /* FIXME guid mess */
-const GUID IID_IUnknown           = {0x00000000, 0x0000, 0x0000, {0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x46}};
+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}};




More information about the Ros-diffs mailing list