Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Ddl_nt.c18 const char *PyWin_DLLVersionString = MS_DLL_ID; variable
/external/python/cpython3/Python/
Dsysmodule.c54 extern const char *PyWin_DLLVersionString;
3523 SET_SYS_FROM_STRING("winver", PyWin_DLLVersionString); in _PySys_InitCore()