mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:15:41 +00:00
- 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:
parent
14dadc9591
commit
334455fcf0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue