mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #17591: Use lowercase filenames when including Windows header files.
Patch by Roumen Petrov.
This commit is contained in:
parent
f61d07903e
commit
7faf70512a
4 changed files with 6 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include <Windows.h>
|
||||
#include <windows.h>
|
||||
#ifdef HAVE_PROCESS_H
|
||||
#include <process.h>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue