File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -943,6 +943,7 @@ Tim Peters
943
943
Benjamin Peterson
944
944
Joe Peterson
945
945
Chris Petrilli
946
+ Roumen Petrov
946
947
Bjorn Pettersen
947
948
Justin D. Pettit
948
949
Ronny Pfannschmidt
Original file line number Diff line number Diff line change @@ -1163,6 +1163,9 @@ Tests
1163
1163
Build
1164
1164
-----
1165
1165
1166
+ - Issue #17591: Use lowercase filenames when including Windows header files.
1167
+ Patch by Roumen Petrov.
1168
+
1166
1169
- Issue #17550: Fix the --enable-profiling configure switch.
1167
1170
1168
1171
- Issue #17425: Build with openssl 1.0.1d on Windows.
Original file line number Diff line number Diff line change 9
9
#endif
10
10
11
11
#ifdef MS_WINDOWS
12
- #include <Windows .h>
12
+ #include <windows .h>
13
13
#ifdef HAVE_PROCESS_H
14
14
#include <process.h>
15
15
#endif
Original file line number Diff line number Diff line change @@ -2327,7 +2327,7 @@ PyObject *PyExc_RecursionErrorInst = NULL;
2327
2327
}
2328
2328
2329
2329
#ifdef MS_WINDOWS
2330
- #include <Winsock2 .h>
2330
+ #include <winsock2 .h>
2331
2331
/* The following constants were added to errno.h in VS2010 but have
2332
2332
preferred WSA equivalents. */
2333
2333
#undef EADDRINUSE
You can’t perform that action at this time.
0 commit comments