OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WinCEVersion
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/
arch.cpp
137
getVersionEx(&
WinCEVersion
);
140
GetVersionEx(&
WinCEVersion
);
144
DPRINTF((TEXT("Windows CE %d.%d\n"),
WinCEVersion
.dwMajorVersion,
145
WinCEVersion
.dwMinorVersion));
hpcboot.h
162
extern OSVERSIONINFO
WinCEVersion
;
164
extern OSVERSIONINFOW
WinCEVersion
;
file_http.cpp
73
if (
WinCEVersion
.dwMajorVersion > 3 ||
74
(
WinCEVersion
.dwMajorVersion > 2) &&
75
(
WinCEVersion
.dwMinorVersion >= 11)) {
hpcboot.cpp
49
OSVERSIONINFO
WinCEVersion
;
51
OSVERSIONINFOW
WinCEVersion
;
Completed in 15 milliseconds
Indexes created Wed Oct 15 02:09:48 GMT 2025