Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c1403 BOOL canDo64bit = TRUE; in show_help_text() local
1406 BOOL canDo64bit = FALSE; in show_help_text() local
1407 IsWow64Process(GetCurrentProcess(), &canDo64bit); in show_help_text()
1421 if (canDo64bit) { in show_help_text()