From b454af1489c0cf28fd67dea3fcd5a13842d478ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 5 Apr 2012 22:58:43 +0100 Subject: [PATCH] Revert "Improve IUnknown::QueryInterface" This reverts commit 7f3688bb956928bfef266ebbe0b3ccbf6e984559. --- specs/winapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/winapi.py b/specs/winapi.py index a7556e7..e5df0f9 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -182,7 +182,7 @@ HRESULT_com = FakeEnum(HRESULT, [ ]) IUnknown.methods = ( - Method(HRESULT_com, "QueryInterface", ((REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppvObj"))), + Method(HRESULT_com, "QueryInterface", ((REFIID, "riid"), Out(Pointer(OpaquePointer(Void)), "ppvObj"))), Method(ULONG, "AddRef", ()), Method(ULONG, "Release", ()), ) -- 2.45.2