Fix platform availability of some Unix constants (#10857)

This commit is contained in:
Alex Waygood
2023-10-08 00:05:20 +02:00
committed by GitHub
parent 8acf1944f3
commit e4edcf23e0
6 changed files with 22 additions and 20 deletions

View File

@@ -61,7 +61,8 @@ if sys.platform != "win32":
A_DIM: int
A_HORIZONTAL: int
A_INVIS: int
A_ITALIC: int
if sys.platform != "darwin":
A_ITALIC: int
A_LEFT: int
A_LOW: int
A_NORMAL: int