Home
last modified time | relevance | path

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

/reactos/dll/win32/oleaut32/
H A Dtypelib.c178 INT best_maj = -1, best_min = -1; in find_typelib_key() local
199 if (v_maj > best_maj) best_maj = v_maj; in find_typelib_key()
204 best_maj = v_maj; in find_typelib_key()
218 TRACE("found best_maj %d, best_min %d\n", best_maj, best_min); in find_typelib_key()
222 if (best_maj >= 0 && best_min >= 0) in find_typelib_key()
224 *wMaj = best_maj; in find_typelib_key()
230 if (*wMaj == best_maj && best_min >= 0) in find_typelib_key()