- Revert 45676

- It appears that the definitions for IID_IUnknown differ for kernel mode COM and user mode COM

svn path=/trunk/; revision=50669
This commit is contained in:
Johannes Anderwald 2011-02-12 17:40:51 +00:00
parent 14dadc9591
commit 334455fcf0

View file

@ -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