summaryrefslogtreecommitdiffstats
path: root/PC/sqlite3.rc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-11-04 20:17:08 (GMT)
committerGitHub <noreply@github.com>2021-11-04 20:17:08 (GMT)
commitc0f3281d6ca5c59d4a11698364463d968b9ddd3c (patch)
tree914b53b5e25bb7fad34a23f32c71b8d91a31bd62 /PC/sqlite3.rc
parentd729c8097910fc8c6d15927ab6176b0bae12674a (diff)
downloadcpython-c0f3281d6ca5c59d4a11698364463d968b9ddd3c.zip
cpython-c0f3281d6ca5c59d4a11698364463d968b9ddd3c.tar.gz
cpython-c0f3281d6ca5c59d4a11698364463d968b9ddd3c.tar.bz2
bpo-45220: Remove invalid include from resource definition files on Windows (GH-29396) (GH-29406)
(cherry picked from commit fd0c84dc28d00d68e4f43034dc41786a682390fd) Co-authored-by: Steve Dower <steve.dower@python.org>
Diffstat (limited to 'PC/sqlite3.rc')
-rw-r--r--PC/sqlite3.rc1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/sqlite3.rc b/PC/sqlite3.rc
index 84bd87d..d2c18f8 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"
/////////////////////////////////////////////////////////////////////////////