From 8cac0681aca9c39ea1f293092d551499ae4a04cb Mon Sep 17 00:00:00 2001 From: CristiFati Date: Sun, 18 Feb 2024 20:18:23 +0200 Subject: [PATCH] Add new aliases --- com/win32com/makegw/makegwparse.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/com/win32com/makegw/makegwparse.py b/com/win32com/makegw/makegwparse.py index 63b4692b8a..c699b43ce0 100644 --- a/com/win32com/makegw/makegwparse.py +++ b/com/win32com/makegw/makegwparse.py @@ -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