mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-88402: Add new sysconfig variables on Windows (GH-110049)
Co-authored-by: Filipe Laíns <filipe.lains@gmail.com>
This commit is contained in:
parent
80dc39e1dc
commit
cf6f23b0e3
20 changed files with 231 additions and 70 deletions
|
@ -15,7 +15,7 @@
|
|||
*/
|
||||
#ifdef HAVE_DYNAMIC_LOADING
|
||||
|
||||
#include "importdl.h"
|
||||
#include "pycore_importdl.h"
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
extern dl_funcptr _PyImport_FindSharedFuncptrWindows(const char *prefix,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue