summaryrefslogtreecommitdiffstats
path: root/PC/python_ver_rc.h
diff options
context:
space:
mode:
authorNikita Nemkin <nikita@nemkin.ru>2020-06-23 19:05:57 (GMT)
committerGitHub <noreply@github.com>2020-06-23 19:05:57 (GMT)
commit4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4 (patch)
treee9a69c77b7ada22a765eb6258eef296abdd80543 /PC/python_ver_rc.h
parent930f4518aea7f3f0f914ce93c3fb92831a7e1d2a (diff)
downloadcpython-4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4.zip
cpython-4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4.tar.gz
cpython-4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4.tar.bz2
bpo-41054: Simplify resource compilation on Windows (GH-21004)
Remove auto-generated resource header. Pass definitions required by resource files (ORIGINAL_FILENAME and FIELD3) directly to resource compiler. Remove unused MS_DLL_ID resource string and related dead code.
Diffstat (limited to 'PC/python_ver_rc.h')
-rw-r--r--PC/python_ver_rc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h
index f95e755..c318d44 100644
--- a/PC/python_ver_rc.h
+++ b/PC/python_ver_rc.h
@@ -9,7 +9,6 @@
#define MS_WINDOWS
#include "modsupport.h"
#include "patchlevel.h"
-#include <pythonnt_rc.h>
#ifdef _DEBUG
# define PYTHON_DEBUG_EXT "_d"
#else