Skip to content

Commit

Permalink
gh-123610: Added additional types to ctypes/wintypes.py (GH-124086)
Browse files Browse the repository at this point in the history
  • Loading branch information
rruuaanng authored Oct 18, 2024
1 parent df75136 commit 10c4c95
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Lib/ctypes/wintypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,16 @@ def __repr__(self):
HBITMAP = HANDLE
HBRUSH = HANDLE
HCOLORSPACE = HANDLE
HCONV = HANDLE
HCONVLIST = HANDLE
HCURSOR = HANDLE
HDC = HANDLE
HDDEDATA = HANDLE
HDESK = HANDLE
HDROP = HANDLE
HDWP = HANDLE
HENHMETAFILE = HANDLE
HFILE = INT
HFONT = HANDLE
HGDIOBJ = HANDLE
HGLOBAL = HANDLE
Expand All @@ -82,9 +88,11 @@ def __repr__(self):
HMONITOR = HANDLE
HPALETTE = HANDLE
HPEN = HANDLE
HRESULT = LONG
HRGN = HANDLE
HRSRC = HANDLE
HSTR = HANDLE
HSZ = HANDLE
HTASK = HANDLE
HWINSTA = HANDLE
HWND = HANDLE
Expand Down

0 comments on commit 10c4c95

Please sign in to comment.