commit | bcb26b220e51175b67d524d26d735865ef6cedb4 | [log] [tgz] |
---|---|---|
author | José Fonseca <jose.r.fonseca@gmail.com> | Sun Apr 15 08:42:25 2012 +0100 |
committer | José Fonseca <jose.r.fonseca@gmail.com> | Sun Apr 15 08:42:25 2012 +0100 |
tree | 1c8fcb3142874da1c0f42bd79d8ce1cac0510224 | |
parent | 39879633d9ec5f91bcc9f8a4f0532aad010ad268 [diff] [blame] |
Handle REFIIDs on functions too.
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 @@ s += ' const' return s + def StdMethod(*args, **kwargs): kwargs.setdefault('call', '__stdcall') return Method(*args, **kwargs)