Searched refs:winver (Results 1 – 25 of 32) sorted by relevance
12
/third_party/libusb/libusb/os/ |
D | windows_common.c | 328 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/ |
D | appxmanifest.py | 415 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/ |
D | platform.py | 366 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:
|
D | site.py | 292 ver_nodot = sys.winver.replace('.', '')
|
/third_party/glib/gio/ |
D | gio.rc.in | 1 #include <winver.h>
|
/third_party/glib/gobject/ |
D | gobject.rc.in | 1 #include <winver.h>
|
/third_party/glib/gmodule/ |
D | gmodule.rc.in | 1 #include <winver.h>
|
/third_party/glib/glib/ |
D | glib.rc.in | 1 #include <winver.h>
|
/third_party/glib/gthread/ |
D | gthread.rc.in | 1 #include <winver.h>
|
/third_party/skia/buildtools/third_party/libc++/ |
D | BUILD.gn | 33 config("winver") { 113 configs -= [ "${skia_root_dir}/build/config/win:winver" ] 114 configs += [ ":winver" ]
|
/third_party/libxml2/win32/ |
D | libxml2.rc | 1 #include <winver.h>
|
/third_party/node/deps/nghttp2/lib/ |
D | version.rc.in | 1 #include <winver.h>
|
/third_party/nghttp2/lib/ |
D | version.rc.in | 1 #include <winver.h>
|
/third_party/zlib/win32/ |
D | zlib1.rc | 1 #include <winver.h>
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/win32/ |
D | zlib1.rc | 1 #include <winver.h>
|
/third_party/libwebsockets/win32port/ |
D | version.rc.in | 1 #include <winver.h>
|
/third_party/python/PC/ |
D | sqlite3.rc | 3 #include <winver.h>
|
/third_party/gettext/windows/ |
D | gettext.rc | 3 #include <winver.h>
|
/third_party/gettext/gettext-runtime/intl/ |
D | libintl.rc | 3 #include <winver.h>
|
/third_party/gettext/gettext-tools/libgettextpo/ |
D | libgettextpo.rc | 3 #include <winver.h>
|
/third_party/gettext/libtextstyle/lib/ |
D | libtextstyle.rc | 3 #include <winver.h>
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | libasprintf.rc | 3 #include <winver.h>
|
/third_party/curl/lib/ |
D | libcurl.rc | 22 #include <winver.h>
|
/third_party/node/deps/cares/src/lib/ |
D | cares.rc | 17 #include <winver.h>
|
/third_party/curl/src/ |
D | curl.rc | 22 #include <winver.h>
|
12