mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
f752d4ffda87308e6059af949ebd78e2f05526ab
- 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
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%