Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Darch.cpp132 BOOL (*getVersionEx)(LPOSVERSIONINFO); in systemInfo() local
133 getVersionEx = reinterpret_cast <BOOL(*)(LPOSVERSIONINFO)> in systemInfo()
136 if (getVersionEx) { in systemInfo()
137 getVersionEx(&WinCEVersion); in systemInfo()