X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fwinapi.py;h=1638f6d8780b79fa68bc9d0e59e75dced42c0b92;hb=7bd3b9c302b5e4f252736de06ec9233732164140;hp=0941118f08310ddbad3e3e7ea1e889290c47a602;hpb=bd0863402aa31ad674ca248ba82dfcc1ee90afea;p=apitrace diff --git a/specs/winapi.py b/specs/winapi.py index 0941118..1638f6d 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -204,7 +204,7 @@ IUnknown = Interface("IUnknown") IUnknown.methods = ( Method(HRESULT, "QueryInterface", ((REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppvObj"))), - Method(ULONG, "AddRef", ()), + Method(ULONG, "AddRef", (), sideeffects=False), Method(ULONG, "Release", ()), )