Searched refs:kernel32_path (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython3/Python/
H A Dsysmodule.c943 wchar_t kernel32_path[MAX_PATH]; local
974 if (hKernel32 && GetModuleFileNameW(hKernel32, kernel32_path, MAX_PATH) &&
975 (verblock_size = GetFileVersionInfoSizeW(kernel32_path, NULL)) &&
980 if (GetFileVersionInfoW(kernel32_path, 0, verblock_size, verblock) &&

Completed in 150 milliseconds