summaryrefslogtreecommitdiffstats
path: root/PC/pyshellext.rc
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2021-11-04 16:39:36 (GMT)
committerGitHub <noreply@github.com>2021-11-04 16:39:36 (GMT)
commitfd0c84dc28d00d68e4f43034dc41786a682390fd (patch)
treed67b93f31912ece46370eef5307ad38d43b2750e /PC/pyshellext.rc
parent36b4f9e2a7d5ed55c441eb6dfe5c13baa483b9d4 (diff)
downloadcpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.zip
cpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.tar.gz
cpython-fd0c84dc28d00d68e4f43034dc41786a682390fd.tar.bz2
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396)
Diffstat (limited to 'PC/pyshellext.rc')
-rw-r--r--PC/pyshellext.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/pyshellext.rc b/PC/pyshellext.rc
index e5924a4..fc607e9 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"
/////////////////////////////////////////////////////////////////////////////