Author: janderwald Date: Sat Feb 12 17:40:51 2011 New Revision: 50669
URL: http://svn.reactos.org/svn/reactos?rev=50669&view=rev Log: - Revert 45676 - It appears that the definitions for IID_IUnknown differ for kernel mode COM and user mode COM
Modified: trunk/reactos/include/ddk/punknown.h
Modified: trunk/reactos/include/ddk/punknown.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/punknown.h?rev=... ============================================================================== --- trunk/reactos/include/ddk/punknown.h [iso-8859-1] (original) +++ trunk/reactos/include/ddk/punknown.h [iso-8859-1] Sat Feb 12 17:40:51 2011 @@ -32,7 +32,7 @@ #define __IUnknown_INTERFACE_DEFINED__
DEFINE_GUID(IID_IUnknown, - 0x00000000, 0x0000, 0x0000, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46); + 0x00000000, 0x0000, 0x0000, 0x00, 0x00, 0xC0, 0x00, 0x00, 0x00, 0x00, 0x46);
#undef INTERFACE #define INTERFACE IUnknown