From d760d9aa37e06fd51bcd2b24bd93b49175ffbc6d Mon Sep 17 00:00:00 2001 From: PCigales <58741513+PCigales@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:36:55 +0200 Subject: [PATCH] Small improvement --- wic.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wic.py b/wic.py index 31586a7..0883586 100644 --- a/wic.py +++ b/wic.py @@ -4530,6 +4530,7 @@ def Get(self, sub=False): return (self.GetValue(), _ID2D1PUtil._get_item(self.GetSubs()).Get(True)) if sub else self.GetValue() class ID2D1Properties(IUnknown): + _lightweight = True IID = GUID(0x483473d7, 0xcd46, 0x4f9d, 0x9d, 0x3a, 0x31, 0x12, 0xaa, 0x80, 0x15, 0x9d) _protos['GetPropertyCount'] = 3, (), (), wintypes.UINT _protos['GetPropertyName'] = 4, (wintypes.UINT, wintypes.LPWSTR, wintypes.UINT), ()