Home
last modified time | relevance | path

Searched refs:ucrtbase (Results 1 – 5 of 5) sorted by relevance

/external/v8/gypfiles/win/
Dmsvs_dependencies.isolate45 '<(PRODUCT_DIR)/ucrtbase.dll',
/external/python/cpython3/Modules/
D_ssl.c113 HMODULE ucrtbase = GetModuleHandleW(L"ucrtbase.dll"); in _PySSLFixErrno() local
114 if (!ucrtbase) { in _PySSLFixErrno()
122 errno_func ssl_errno = (errno_func)GetProcAddress(ucrtbase, "_errno"); in _PySSLFixErrno()
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst2000 Adds validation of ucrtbase[d].dll version with warning for old versions.
D3.6.0a1.rst3689 Adds validation of ucrtbase[d].dll version with warning for old versions.
/external/python/cpython3/Doc/using/
Dwindows.rst426 ``ucrtbase.dll`` in the system directory.