Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c12666 HINSTANCE hShell32; in check_ShellExecute() local
12675 hShell32 = LoadLibraryW(L"SHELL32"); in check_ShellExecute() local
12676 if (hShell32) { in check_ShellExecute()
12677 *(FARPROC*)&Py_ShellExecuteW = GetProcAddress(hShell32, in check_ShellExecute()

Completed in 15 milliseconds