mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
2b7c8d6391cfa33d8411665bfad5c0137ff3ad04
Michael Stefaniuc <[email protected]> - Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Hans Leidekker <[email protected]> - Implement and test URLIS_URL flag in UrlIs(). Jon Griffiths <[email protected]> - Const correctness fix. - Remove unneeded headers to reduce unneeded rebuilds. - Include shlwapi.h to get prototypes, and correct 2 wrong ones. - Documentation fix. Michael Stefaniuc <[email protected]> - Missing HeapFree's + 1 LocalFree (found by smatch). Eric Pouech <[email protected]> - Removed excessive statement (break after return or goto, not useful break, not needed vars...) Jacek Caban <[email protected]> - Get rid of W->A calls. Mike McCormack <[email protected]> - Use CreateEventW in preference to CreateEventA for unnamed events. Francois Gouget <[email protected]> - Remove unneeded NULL casts. James Hawkins <[email protected]> - use only stored result of Interlocked* in AddRef/Release - expand TRACEs to display the ref count svn path=/trunk/; revision=13001
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%