We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c7c35 commit fe05393Copy full SHA for fe05393
1 file changed
src/pymanager/_launch.cpp
@@ -77,7 +77,7 @@ launch(
77
(cmd_line && *cmd_line) ? L" " : L"",
78
(cmd_line && *cmd_line) ? cmd_line + 1 : L"");
79
80
-#if defined(_WINDOWS)
+#if PY_WINDOWED
81
/*
82
When explorer launches a Windows (GUI) application, it displays
83
the "app starting" (the "pointer + hourglass") cursor for a number
0 commit comments