Home
last modified time | relevance | path

Searched refs:winver (Results 1 – 25 of 32) sorted by relevance

12

/third_party/libusb/libusb/os/
Dwindows_common.c328 enum windows_version winver; in get_windows_version() local
386 case 0x50: winver = WINDOWS_2000; w = "2000"; break; in get_windows_version()
387 case 0x51: winver = WINDOWS_XP; w = "XP"; break; in get_windows_version()
388 case 0x52: winver = WINDOWS_2003; w = "2003"; break; in get_windows_version()
389 case 0x60: winver = WINDOWS_VISTA; w = (ws ? "Vista" : "2008"); break; in get_windows_version()
390 case 0x61: winver = WINDOWS_7; w = (ws ? "7" : "2008_R2"); break; in get_windows_version()
391 case 0x62: winver = WINDOWS_8; w = (ws ? "8" : "2012"); break; in get_windows_version()
392 case 0x63: winver = WINDOWS_8_1; w = (ws ? "8.1" : "2012_R2"); break; in get_windows_version()
394 case 0xA0: winver = WINDOWS_10; w = (ws ? "10" : "2016"); break; in get_windows_version()
398 winver = WINDOWS_11_OR_LATER; in get_windows_version()
[all …]
/third_party/python/PC/layout/support/
Dappxmanifest.py415 winver = sys.getwindowsversion()[:3]
416 if winver < (10, 0, 17763):
417 winver = 10, 0, 17763
419 "MaxVersionTested", "{}.{}.{}.0".format(*winver)
422 if winver > (10, 0, 17763):
/third_party/python/Lib/
Dplatform.py366 winver = getwindowsversion()
370 major, minor, build = winver.platform_version or winver[:3]
380 if winver[:2] == (major, minor):
382 csd = 'SP{}'.format(winver.service_pack_major)
388 if getattr(winver, 'product_type', None) == 3:
Dsite.py292 ver_nodot = sys.winver.replace('.', '')
/third_party/glib/gio/
Dgio.rc.in1 #include <winver.h>
/third_party/glib/gobject/
Dgobject.rc.in1 #include <winver.h>
/third_party/glib/gmodule/
Dgmodule.rc.in1 #include <winver.h>
/third_party/glib/glib/
Dglib.rc.in1 #include <winver.h>
/third_party/glib/gthread/
Dgthread.rc.in1 #include <winver.h>
/third_party/skia/buildtools/third_party/libc++/
DBUILD.gn33 config("winver") {
113 configs -= [ "${skia_root_dir}/build/config/win:winver" ]
114 configs += [ ":winver" ]
/third_party/libxml2/win32/
Dlibxml2.rc1 #include <winver.h>
/third_party/node/deps/nghttp2/lib/
Dversion.rc.in1 #include <winver.h>
/third_party/nghttp2/lib/
Dversion.rc.in1 #include <winver.h>
/third_party/zlib/win32/
Dzlib1.rc1 #include <winver.h>
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/
Dzlib1.rc1 #include <winver.h>
/third_party/libwebsockets/win32port/
Dversion.rc.in1 #include <winver.h>
/third_party/python/PC/
Dsqlite3.rc3 #include <winver.h>
/third_party/gettext/windows/
Dgettext.rc3 #include <winver.h>
/third_party/gettext/gettext-runtime/intl/
Dlibintl.rc3 #include <winver.h>
/third_party/gettext/gettext-tools/libgettextpo/
Dlibgettextpo.rc3 #include <winver.h>
/third_party/gettext/libtextstyle/lib/
Dlibtextstyle.rc3 #include <winver.h>
/third_party/gettext/gettext-runtime/libasprintf/
Dlibasprintf.rc3 #include <winver.h>
/third_party/curl/lib/
Dlibcurl.rc22 #include <winver.h>
/third_party/node/deps/cares/src/lib/
Dcares.rc17 #include <winver.h>
/third_party/curl/src/
Dcurl.rc22 #include <winver.h>

12