Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher2.c141 PIsWow64Process2 IsWow64Process2 = kernel32 ? in _getNativeMachine() local
142 (PIsWow64Process2)GetProcAddress(kernel32, "IsWow64Process2") : in _getNativeMachine()
144 if (!IsWow64Process2) { in _getNativeMachine()
154 // have IsWow64Process2, so assume it's x86. in _getNativeMachine()
157 } else if (!IsWow64Process2(NULL, &processMachine, &_nativeMachine)) { in _getNativeMachine()

Completed in 4 milliseconds