Re: [PATCH v9 0/1] MR4940: bug #56065 - add stub for GetAnycastIpAddressTable()
30 Jan
2024
30 Jan
'24
8:57 a.m.
Huw Davies (@huw) commented about include/netioapi.h:
LARGE_INTEGER CreationTimeStamp; } MIB_UNICASTIPADDRESS_ROW, *PMIB_UNICASTIPADDRESS_ROW;
+typedef struct _MIB_ANYCASTIPADDRESS_ROW {
Please move the opening brace to the next line. Additionally, let's move this below the unicast table definition below. Further, please add the function prototype (with the others, near the end). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4940#note_59470
765
Age (days ago)
765
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)