From 334455fcf0c0ff6f68926cbc128811166462feb8 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Sat, 12 Feb 2011 17:40:51 +0000 Subject: [PATCH] - Revert 45676 - It appears that the definitions for IID_IUnknown differ for kernel mode COM and user mode COM svn path=/trunk/; revision=50669 --- reactos/include/ddk/punknown.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/ddk/punknown.h b/reactos/include/ddk/punknown.h index 9b801f71e4e..29dae3c82bc 100644 --- a/reactos/include/ddk/punknown.h +++ b/reactos/include/ddk/punknown.h @@ -32,7 +32,7 @@ extern "C" { #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 -- 2.17.1