mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
edc6b71a42097313a9ad2a30af35b0440e7545ec
Eric Pouech <[email protected]> - Removed excessive statement (break after return or goto, not useful break, not needed vars...) - Fixed some errors in function prototypes. - Some missing const correctness fixes. Francois Gouget <[email protected]> - Assorted spelling fixes. Robert Shearman <[email protected]> - Make the DECIMAL_SETZERO macro take a DECIMAL instead of a DECIMAL* as in the Microsoft headers and fix up the only caller. Michael Stefaniuc <[email protected]> - Do not check for non NULL pointer before HeapFree'ing it. It's redundant. Bill Medland <[email protected]> - Fully initialise the structure to prevent ill-defined behaviour. Jon Griffiths <[email protected]> - Remove unneeded headers to reduce unneeded rebuilds. Robert Shearman <[email protected]> - Implement RPC_E_DISCONNECTED in proxies. Dmitry Timoshkov <[email protected]> - Add Russian translations. Huw Davies <[email protected]> - The value of a packed VARIANT can be up to 1L << 26 - 1. - Fix comment to reflect reality and indeed the code. - Remove the remaining dependencies on internal structures from Invoke. - GetTypeAttr should deep copy the typedesc. - Fix return value of GetVarIndexOfMemId. - Remove Invoke's dependence on the internal TLBFuncDesc structure. - Fix memory leaks in some failure cases. - GetFuncIndexOfMemId should respect invkind and return TYPE_E_ELEMENTNOTFOUND if the function cannot be found. - Allocate the TYPEATTR rather than copying it. - For a dual interface the dispinterface's cfuncs should include the inherited functions, cbSizeVft should just be the size of IDispatch's vtbl and we should strip TYPEFLAG_FOLEAUTOMATION. - Fix typelib generation of CARRAYs. Paul Vriens <[email protected]> - use Interlocked* functions in AddRef and Release. - store the result of the Interlocked functions and use only this. Walt Ogburn <[email protected]> - In OlePictureImpl_Load, always use DIB_RGB_COLORS because no indexed palette has been defined. Alexandre Julliard <[email protected]> - Another warning fix. - Avoid warnings. svn path=/trunk/; revision=12987
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%