http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f0b6c8
)
Add definition of IInternalUnknown.
author
Robert Shearman
<rob@codeweavers.com>
Mon, 3 Jan 2005 14:23:33 +0000
(14:23 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 3 Jan 2005 14:23:33 +0000
(14:23 +0000)
include/objidl.idl
patch
|
blob
|
blame
|
history
diff --git
a/include/objidl.idl
b/include/objidl.idl
index 1b75ba001a923821570f129d7d1c029368d2e5f4..02de2ef12ef0f8c6be841190f3c41bdb58780fc5 100644
(file)
--- a/
include/objidl.idl
+++ b/
include/objidl.idl
@@
-215,6
+215,18
@@
interface IMallocSpy : IUnknown
void PostHeapMinimize();
}
+[
+ local,
+ object,
+ uuid(00000021-0000-0000-C000-000000000046)
+]
+interface IInternalUnknown : IUnknown
+{
+ HRESULT QueryInternalInterface(
+ [in] REFIID riid,
+ [out] void **ppv);
+}
+
[
object,
uuid(00000100-0000-0000-C000-000000000046),