Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e6a4755e
Commit
e6a4755e
authored
Aug 16, 2018
by
Erik Janssens
Committed by
INADA Naoki
Aug 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-34217: Use lowercase for windows headers (GH-8472)
parent
67b9cc8e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Modules/_io/_iomodule.c
Modules/_io/_iomodule.c
+1
-1
Modules/socketmodule.c
Modules/socketmodule.c
+1
-1
Tools/msi/bundle/bootstrap/pch.h
Tools/msi/bundle/bootstrap/pch.h
+1
-1
No files found.
Modules/_io/_iomodule.c
View file @
e6a4755e
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#endif
/* HAVE_SYS_STAT_H */
#endif
/* HAVE_SYS_STAT_H */
#ifdef MS_WINDOWS
#ifdef MS_WINDOWS
#include <
W
indows.h>
#include <
w
indows.h>
#endif
#endif
/* Various interned strings */
/* Various interned strings */
...
...
Modules/socketmodule.c
View file @
e6a4755e
...
@@ -303,7 +303,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
...
@@ -303,7 +303,7 @@ http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libc/net/getaddrinfo.c.diff?r1=1.82&
# endif
# endif
/* Provides the IsWindows7SP1OrGreater() function */
/* Provides the IsWindows7SP1OrGreater() function */
#include <
VersionH
elpers.h>
#include <
versionh
elpers.h>
/* remove some flags on older version Windows during run-time.
/* remove some flags on older version Windows during run-time.
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */
https://msdn.microsoft.com/en-us/library/windows/desktop/ms738596.aspx */
...
...
Tools/msi/bundle/bootstrap/pch.h
View file @
e6a4755e
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
#include <windows.h>
#include <windows.h>
#include <gdiplus.h>
#include <gdiplus.h>
#include <
U
xtheme.h>
#include <
u
xtheme.h>
#include <msiquery.h>
#include <msiquery.h>
#include <objbase.h>
#include <objbase.h>
#include <shlobj.h>
#include <shlobj.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment