mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)
This commit is contained in:
parent
bab0db6076
commit
410759fba8
6 changed files with 15 additions and 41 deletions
|
@ -53,6 +53,10 @@ PyAPI_FUNC(int) _Py_FindEnvConfigValue(
|
|||
wchar_t *value,
|
||||
size_t value_size);
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
extern wchar_t* _Py_GetDLLPath(void);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue