Fabian Maurer (@DarkShadow44) commented about dlls/iphlpapi/tests/iphlpapi.c:
{ ULONG family = 0; ULONG flags = 0;
- void *reserved;
- IP_ADAPTER_ADDRESSES *aa;
- ULONG *size;
- void *reserved = 0;
- IP_ADAPTER_ADDRESSES *aa = 0;
- ULONG *size = 0;
Why not merge this into the previous commit?