diff options
author | 2021-11-04 16:39:36 +0000 | |
---|---|---|
committer | 2021-11-04 16:39:36 +0000 | |
commit | fd0c84dc28d00d68e4f43034dc41786a682390fd (patch) | |
tree | d67b93f31912ece46370eef5307ad38d43b2750e /PC | |
parent | bpo-43652: Actually update to Tcl/Tk 8.6.11 on Windows (GH-29397) (diff) | |
download | cpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.tar.gz cpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.tar.bz2 cpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.zip |
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
Diffstat (limited to 'PC')
-rw-r--r-- | PC/pylauncher.rc | 1 | ||||
-rw-r--r-- | PC/pyshellext.rc | 1 | ||||
-rw-r--r-- | PC/python_exe.rc | 1 | ||||
-rw-r--r-- | PC/python_nt.rc | 1 | ||||
-rw-r--r-- | PC/pythonw_exe.rc | 1 | ||||
-rw-r--r-- | PC/sqlite3.rc | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/PC/pylauncher.rc b/PC/pylauncher.rc index 92987af7138..d21f9b6e9d2 100644 --- a/PC/pylauncher.rc +++ b/PC/pylauncher.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 1 RT_MANIFEST "python.manifest" #if defined(PY_ICON) diff --git a/PC/pyshellext.rc b/PC/pyshellext.rc index e5924a42dab..fc607e97840 100644 --- a/PC/pyshellext.rc +++ b/PC/pyshellext.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 1 RT_MANIFEST "python.manifest" ///////////////////////////////////////////////////////////////////////////// diff --git a/PC/python_exe.rc b/PC/python_exe.rc index ae0b029b807..5eba89962b4 100644 --- a/PC/python_exe.rc +++ b/PC/python_exe.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 1 RT_MANIFEST "python.manifest" 1 ICON DISCARDABLE "icons\python.ico" diff --git a/PC/python_nt.rc b/PC/python_nt.rc index b5fb58f26b2..6fd872c1a03 100644 --- a/PC/python_nt.rc +++ b/PC/python_nt.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 2 RT_MANIFEST "python.manifest" ///////////////////////////////////////////////////////////////////////////// diff --git a/PC/pythonw_exe.rc b/PC/pythonw_exe.rc index 88bf3592e18..562652be184 100644 --- a/PC/pythonw_exe.rc +++ b/PC/pythonw_exe.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 1 RT_MANIFEST "python.manifest" 1 ICON DISCARDABLE "icons\pythonw.ico" diff --git a/PC/sqlite3.rc b/PC/sqlite3.rc index 84bd87d9d57..d2c18f8add8 100644 --- a/PC/sqlite3.rc +++ b/PC/sqlite3.rc @@ -4,7 +4,6 @@ // Include the manifest file that indicates we support all // current versions of Windows. -#include <winuser.h> 2 RT_MANIFEST "python.manifest" ///////////////////////////////////////////////////////////////////////////// |