summaryrefslogtreecommitdiff
path: root/PC/python_ver_rc.h
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2016-04-12 20:11:25 -0700
committerSteve Dower <steve.dower@microsoft.com>2016-04-12 20:11:25 -0700
commita7a222fde79af10dcccbfbd30f24e41913b2473d (patch)
tree4d1d6df87b8829bafb3d4c2456881663db910727 /PC/python_ver_rc.h
parent1b80b24007154d1f5764b1c14b95c80289cd3c34 (diff)
downloadcpython-git-a7a222fde79af10dcccbfbd30f24e41913b2473d.tar.gz
Closes #26624: Adds validation of ucrtbase[d].dll version with warning for old versions.
Diffstat (limited to 'PC/python_ver_rc.h')
-rw-r--r--PC/python_ver_rc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h
index 8ce03fe18b..f95e755bb8 100644
--- a/PC/python_ver_rc.h
+++ b/PC/python_ver_rc.h
@@ -9,11 +9,10 @@
#define MS_WINDOWS
#include "modsupport.h"
#include "patchlevel.h"
+#include <pythonnt_rc.h>
#ifdef _DEBUG
-# include <pythonnt_rc_d.h>
# define PYTHON_DEBUG_EXT "_d"
#else
-# include <pythonnt_rc.h>
# define PYTHON_DEBUG_EXT
#endif