We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a75d98 commit 5cd67d8Copy full SHA for 5cd67d8
Include/internal/pycore_signal.h
@@ -37,7 +37,7 @@ extern "C" {
37
#endif
38
39
#ifdef MS_WINDOWS
40
-# define INVALID_FD ((SOCKET_T)-1)
+# define INVALID_FD ((SOCKET)-1)
41
#else
42
# define INVALID_FD (-1)
43
0 commit comments