Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c12308 HINSTANCE hShell32; in check_ShellExecute() local
12317 hShell32 = LoadLibraryW(L"SHELL32"); in check_ShellExecute() local
12318 if (hShell32) { in check_ShellExecute()
12319 *(FARPROC*)&Py_ShellExecuteW = GetProcAddress(hShell32, in check_ShellExecute()