X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fstdapi.py;h=67b9baabf78fddad140d170c57fa4030361365c2;hb=bcb26b220e51175b67d524d26d735865ef6cedb4;hp=2e4e5d86c2b89c52a798735e7040dd439c3aa0d3;hpb=39879633d9ec5f91bcc9f8a4f0532aad010ad268;p=apitrace diff --git a/specs/stdapi.py b/specs/stdapi.py index 2e4e5d8..67b9baa 100644 --- a/specs/stdapi.py +++ b/specs/stdapi.py @@ -432,6 +432,7 @@ class Method(Function): s += ' const' return s + def StdMethod(*args, **kwargs): kwargs.setdefault('call', '__stdcall') return Method(*args, **kwargs)