Home
last modified time | relevance | path

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

/third_party/libuv/src/win/
Dutil.c686 DWORDLONG condition_mask = 0; in is_windows_version_or_greater() local
698 VER_SET_CONDITION(condition_mask, VER_MAJORVERSION, op); in is_windows_version_or_greater()
699 VER_SET_CONDITION(condition_mask, VER_MINORVERSION, op); in is_windows_version_or_greater()
700 VER_SET_CONDITION(condition_mask, VER_SERVICEPACKMAJOR, op); in is_windows_version_or_greater()
701 VER_SET_CONDITION(condition_mask, VER_SERVICEPACKMINOR, op); in is_windows_version_or_greater()
708 condition_mask); in is_windows_version_or_greater()