mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
7ba677508ae2cc961b9a862fb5f0b62034cbe760
Robert Shearman <[email protected]> - Convert some registry helper functions to use unicode versions of CLSID & registry functions (untested). - Add registry entries for local-only OLE interfaces. - Change IUnknown to local interface. - IUnknown isn't a remotable interface so the stub manager shouldn't need a marshaller for it. - Change the RPC code to use the unicode versions of the CLSID & registry functions. - Don't disconnect proxies flagged with SORFP_NOLIFETIMEMGMT. It makes no sense and only causes trouble for proxies that depend on these proxies being available. - Change some of the registry helper functions to use the unicode versions of the CLSID & registry functions. - Reindent CoGetClassObject and output an error message if the class isn't registered. - Add tests for the touched functions. Dmitry Timoshkov <[email protected]> - Make remaining OLE interface vtables const. Richard Cohen <[email protected]> - Base FileMonikerImpl_Save() on XP. - Correct handling of Unicode strings & multibyte locales. - More error checking. - Change ERR to WARN. - Match Windows quick & dirty estimate for GetSizeMax(). Stefan Huehner <[email protected]> - Fix some more -Wstrict-prototypes warnings. Mike Hearn <[email protected]> - Add some tracing to the IRemUnknown RpcProxyBuffer implementation. Eric Pouech <[email protected]> - Const correctness fixes. Richard Cohen <[email protected]> - IEnum::Clone shouldn't do a Reset. Marcus Meissner <[email protected]> - Removed CLSID_CompositeMoniker (conflicting with static definition). Alexandre Julliard <[email protected]> - Sort entry points alphabetically. svn path=/trunk/; revision=17036
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%