Skip to content

Commit fe05393

Browse files
committed
Fix cursor remains busy after launching windowed app
1 parent 75c7c35 commit fe05393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pymanager/_launch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ launch(
7777
(cmd_line && *cmd_line) ? L" " : L"",
7878
(cmd_line && *cmd_line) ? cmd_line + 1 : L"");
7979

80-
#if defined(_WINDOWS)
80+
#if PY_WINDOWED
8181
/*
8282
When explorer launches a Windows (GUI) application, it displays
8383
the "app starting" (the "pointer + hourglass") cursor for a number

0 commit comments

Comments
 (0)