bpo-39553: Delete HAVE_SXS protected code (GH-18356)

https://bugs.python.org/issue39553



Automerge-Triggered-By: @zooba
This commit is contained in:
Zackery Spytz
2020-02-04 20:13:00 -07:00
committed by GitHub
parent cf5b109dbb
commit b439a715cb
4 changed files with 1 additions and 95 deletions

View File

@@ -195,11 +195,6 @@ typedef int pid_t;
#define Py_IS_FINITE(X) _finite(X)
#define copysign _copysign
/* Side by Side assemblies supported in VS 2005 and VS 2008 but not 2010*/
#if _MSC_VER >= 1400 && _MSC_VER < 1600
#define HAVE_SXS 1
#endif
/* define some ANSI types that are not defined in earlier Win headers */
#if _MSC_VER >= 1200
/* This file only exists in VC 6.0 or higher */