Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dposixmodule.c12463 static int has_ShellExecute = -1; variable
12472 if (-1 == has_ShellExecute) { in check_ShellExecute()
12482 has_ShellExecute = Py_ShellExecuteW != NULL; in check_ShellExecute()
12484 has_ShellExecute = 0; in check_ShellExecute()
12488 return has_ShellExecute; in check_ShellExecute()