Skip to content

Commit 1f9c88f

Browse files
authored
Added missing IDCs to win32con.py (mhammond#2613)
Added missing cursor IDCs that were mentioned in the [Microsoft Docs](https://learn.microsoft.com/en-us/windows/win32/menurc/about-cursors)
1 parent 022c671 commit 1f9c88f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

win32/Lib/win32con.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -609,6 +609,8 @@
609609
IDC_HAND = 32649
610610
IDC_APPSTARTING = 32650
611611
IDC_HELP = 32651
612+
IDC_PIN = 32671
613+
IDC_PERSON = 32672
612614
IMAGE_BITMAP = 0
613615
IMAGE_ICON = 1
614616
IMAGE_CURSOR = 2

0 commit comments

Comments
 (0)