Home
last modified time | relevance | path

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

/php-src/win32/
H A Dwinutil.c490 const char *crt_name = "vcruntime140d.dll"; in php_win32_crt_compatible() local
492 const char *crt_name = "vcruntime140.dll"; in php_win32_crt_compatible()
494 HMODULE handle = GetModuleHandle(crt_name); in php_win32_crt_compatible()
496 spprintf(err, 0, "Can't get handle of module %s (error %u)", crt_name, GetLastError()); in php_win32_crt_compatible()

Completed in 4 milliseconds