has_tcp_maxrtms:false,
has_con_broken_tabs:false,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:false,
has_con_broken_tabs:false,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:false,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:false,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:true,
has_user_shstk:true,
+ has_alloc_console_with_options:false,
},
};
has_tcp_maxrtms:true,
has_con_broken_tabs:false,
has_user_shstk:true,
+ has_alloc_console_with_options:false,
+ },
+};
+
+static const wincaps wincap_11_24h2 = {
+ {
+ has_new_pebteb_region:true,
+ has_unprivileged_createsymlink:true,
+ has_precise_interrupt_time:true,
+ has_posix_unlink_semantics:true,
+ has_posix_unlink_semantics_with_ignore_readonly:true,
+ has_case_sensitive_dirs:true,
+ has_posix_rename_semantics:true,
+ has_con_24bit_colors:true,
+ has_con_broken_csi3j:false,
+ has_con_broken_il_dl:false,
+ has_con_esc_rep:true,
+ has_extended_mem_api:true,
+ has_tcp_fastopen:true,
+ has_linux_tcp_keepalive_sockopts:true,
+ has_tcp_maxrtms:true,
+ has_con_broken_tabs:false,
+ has_user_shstk:true,
+ has_alloc_console_with_options:true,
},
};
break;
case 10:
default:
- if (likely (version.dwBuildNumber >= 22000))
+ if (likely (version.dwBuildNumber >= 26100))
+ caps = &wincap_11_24h2;
+ else if (version.dwBuildNumber >= 22000)
caps = &wincap_11;
else if (version.dwBuildNumber >= 19041)
caps = &wincap_10_2004;