Commit fad925d5 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

nsi: Update struct nsi_tcp_conn_dynamic for Windows 11.

parent a21e7c46
......@@ -842,7 +842,8 @@ static void test_tcp_stats( int family )
static void test_tcp_tables( int family, int table_type )
{
DWORD dyn_sizes[] = { FIELD_OFFSET(struct nsi_tcp_conn_dynamic, unk[2]), sizeof(struct nsi_tcp_conn_dynamic) };
DWORD dyn_sizes[] = { FIELD_OFFSET(struct nsi_tcp_conn_dynamic, unk[2]), FIELD_OFFSET(struct nsi_tcp_conn_dynamic, unk[3]),
sizeof(struct nsi_tcp_conn_dynamic) };
DWORD i, err, count, table_num, dyn_size, size;
struct nsi_tcp_conn_key *keys;
struct nsi_tcp_conn_dynamic *dyn_tbl, *dyn;
......
......@@ -334,7 +334,7 @@ struct nsi_tcp_conn_key
struct nsi_tcp_conn_dynamic
{
UINT state;
UINT unk[3];
UINT unk[4];
};
struct nsi_tcp_conn_static
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment