mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
8e75c86a0cdcb7026d22732aaa840e7ee8144edb
Francois Gouget <[email protected]> - Fix .spec declarations for functinos with 64bit arguments (reported by winapi_check). Robert Shearman <[email protected]> - Add VT_UNKNOWN support for VARIANT marshaling by generalising the existing VT_DISPATCH code. - Fix ref-counting rules to match native DCOM Dlls. Alex Villacís Lasso <[email protected]> - Modify VarDiv() and VarSub() to use the existing VarDecSub() and VarDecDiv() for DECIMAL. - Fix a scaling error in VarR4FromDec() and VarR8FromDec() that incorrectly multiplies the high 32 bits of the DECIMAL by 1e64 instead of the correct 2^64. - Make Single|Double->BSTR conversion use the specified locale for the decimal point even without the LOCALE_USE_NLS flag. Test supplied. Alexandre Julliard <[email protected]> - We are no longer generating .spec.c files. - Removed unused debug channels. - Specify 64-bit integers as double instead of long long in spec files so that we get the correct number of arguments. - Use a more portable scheme for storing the name of a critical section. - Use MAKEINTRESOURCE instead of casts where appropriate. - We are no longer generating .dbg.c files. Milko Krachounov <[email protected]> - Bulgarian resources for mpr, msi, user, commdlg, oleaut32, shdocvw, shell32, comctl32, msrle32, mshtml, winspool, wineps, serialui, setupapi, wininet, regedit, uninstaller, notepad, winecfg and winhelp. Mike McCormack <[email protected]> - Fix "empty body in an if/else-statement" warnings. Walt Ogburn <[email protected]> - Get IFontDisp type information from stdole2.tlb, instead of IDispatch information from stdole32.tlb. Marcus Meissner <[email protected]> - Support more arguments in _invoke(). Marcus Meissner <[email protected]> - VT_PTR->VT_USERDEFINED chains depend on the TKIND of the userdefined type due to our handling of COM interfaces in there. svn path=/trunk/; revision=18342
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%