mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[KS]
- Fix IID_IUnknown definition 2/X svn path=/trunk/; revision=45674
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "priv.h"
|
||||
|
||||
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}};
|
||||
|
||||
/* http://msdn2.microsoft.com/en-us/library/ms809781.aspx */
|
||||
COMDDKAPI NTSTATUS NTAPI
|
||||
|
||||
Reference in New Issue
Block a user