Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DSystemInfo.cpp768 if (vi.wServicePackMajor != 0 || vi.wServicePackMinor != 0) in GetOsInfoText()
771 s.Add_Dot(); s.Add_UInt32(vi.wServicePackMinor); in GetOsInfoText()
/third_party/curl/lib/
Dversion_win32.c47 USHORT wServicePackMinor; member
/third_party/libuv/src/win/
Dutil.c695 osvi.wServicePackMinor = service_pack_minor; in is_windows_version_or_greater()
/third_party/node/deps/uv/src/win/
Dutil.c695 osvi.wServicePackMinor = service_pack_minor; in is_windows_version_or_greater()
/third_party/python/Python/
Dsysmodule.c1520 PyStructSequence_SET_ITEM(version, pos++, PyLong_FromLong(ver.wServicePackMinor)); in sys_getwindowsversion_impl()