Home
last modified time | relevance | path

Searched refs:PyWin_DLLVersionString (Results 1 – 4 of 4) sorted by relevance

/third_party/python/PC/
Ddl_nt.c18 const char *PyWin_DLLVersionString = MS_DLL_ID; variable
Dgetpathp.c323 extern const char *PyWin_DLLVersionString;
355 versionLen = strlen(PyWin_DLLVersionString); in getpythonregpath()
367 mbstowcs(keyBufPtr, PyWin_DLLVersionString, versionLen); in getpythonregpath()
/third_party/python/Python/
Dsysmodule.c45 extern const char *PyWin_DLLVersionString;
2850 SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString); in _PySys_InitCore()
/third_party/python/patches/
Dcpython_mingw_v3.10.2.patch9733 extern const char *PyWin_DLLVersionString;
9741 SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString);