bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402)

This commit is contained in:
Victor Stinner 2019-05-18 04:17:01 +02:00 committed by GitHub
parent bab0db6076
commit 410759fba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 41 deletions

View file

@ -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