Skip to content

Commit

Permalink
Add new aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati committed Feb 18, 2024
1 parent ca2c82d commit 8cac068
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions com/win32com/makegw/makegwparse.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,14 @@ def _GetPythonTypeDesc(self):
"LPITEMIDLIST": (ArgFormatterIDLIST, 0, 1),
"LPCITEMIDLIST": (ArgFormatterIDLIST, 0, 1),
"const ITEMIDLIST": (ArgFormatterIDLIST, 0, 1),
"PITEMID_CHILD": (ArgFormatterIDLIST, 1),
"const PITEMID_CHILD": (ArgFormatterIDLIST, 0),
"PCITEMID_CHILD": (ArgFormatterIDLIST, 0),
"PUITEMID_CHILD": (ArgFormatterIDLIST, 1),
"PCUITEMID_CHILD": (ArgFormatterIDLIST, 0),
"const PUITEMID_CHILD": (ArgFormatterIDLIST, 0),
"PCUITEMID_CHILD_ARRAY": (ArgFormatterIDLIST, 2),
"const PCUITEMID_CHILD_ARRAY": (ArgFormatterIDLIST, 2),
}

# Auto-add all the simple types
Expand Down

0 comments on commit 8cac068

Please sign in to comment.