X-Git-Url: https://git.cworth.org/git?p=apitrace;a=blobdiff_plain;f=specs%2Fwinapi.py;h=4436c6ddb971d494329db0e1a2dd1f9d7b798407;hp=031c83475583176465952bba06576f18d735feae;hb=a936afc3ebb349c3aec8b5a595706f3c9749ad37;hpb=677f59a10bf71b0bf1b73bfc9c1accbf719fafad diff --git a/specs/winapi.py b/specs/winapi.py index 031c834..4436c6d 100644 --- a/specs/winapi.py +++ b/specs/winapi.py @@ -206,7 +206,7 @@ IUnknown = Interface("IUnknown") IUnknown.methods = ( StdMethod(HRESULT, "QueryInterface", ((REFIID, "riid"), Out(Pointer(ObjPointer(Void)), "ppvObj"))), - StdMethod(ULONG, "AddRef", (), sideeffects=False), + StdMethod(ULONG, "AddRef", ()), StdMethod(ULONG, "Release", ()), )