[WS2_32]
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 4 Mar 2017 01:09:28 +0000 (01:09 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sat, 4 Mar 2017 01:09:28 +0000 (01:09 +0000)
commitf752d4ffda87308e6059af949ebd78e2f05526ab
tree693014dba810878fa0de2897ec1e6be6857cbfe9
parent99e8525cb3228ac33dc5d15584bcc765a606f682
[WS2_32]
- Turn the "!memcmp(ptr1, ptr2, sizeof(GUID))" into IsEqualGUID(ptr1, ptr2) macro calls (aka. make code readable);
  this also allowed me to discover a logical bug in the GUID comparison in WsNcUpdateNamespaceList.
- Fix few comments, and rename some goto labels to make their meaning clearer (they are not only taken for error code paths,
  but also on regular path, for cleanup before returning from the function).
CORE-12880

svn path=/trunk/; revision=74045
reactos/dll/win32/ws2_32/src/dcatalog.c
reactos/dll/win32/ws2_32/src/nscatalo.c
reactos/dll/win32/ws2_32/src/nsquery.c
reactos/dll/win32/ws2_32/src/qshelpr.c