Searched refs:crt_name (Results 1 – 1 of 1) sorted by relevance
490 const char *crt_name = "vcruntime140d.dll"; in php_win32_crt_compatible() local492 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 5 milliseconds