Fixed Windows 10 version detection for the latest Windows 10 pre-release build.
This commit is contained in:
parent
d4d0882a10
commit
bca0d562e5
@ -193,7 +193,7 @@ const x264_os_version_t x264_winver_vista = {6,0}; //Vista
|
||||
const x264_os_version_t x264_winver_win70 = { 6,1}; //7
|
||||
const x264_os_version_t x264_winver_win80 = { 6,2}; //8
|
||||
const x264_os_version_t x264_winver_win81 = { 6,3}; //8.1
|
||||
const x264_os_version_t x264_winver_wn100 = {6,4}; //10
|
||||
const x264_os_version_t x264_winver_wn100 = {10,0}; //10
|
||||
|
||||
//Maps marketing names to the actual Windows NT versions
|
||||
static const x264_os_info_t x264_winver_lut[] =
|
||||
|
Loading…
Reference in New Issue
Block a user