ChangeSet ID: 13237 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/11 13:53:02
Modified files: programs/winetest: Makefile.in include : mlang.idl mlang.h dlls/mlang/tests: mlang.c dlls/mlang : mlang.c
Log message: Dmitry Timoshkov dmitry@codeweavers.com - add stubbed support for IEnumScript interface - ConvertINetMultiByteToUnicode/ConvertINetUnicodeToMultiByte should return required target length if the target buffer is NULL - add the tests for all the above - fix IMultiLanguage2 vtable (it was missing ConvertStringFromUnicodeEx)
Patch: http://cvs.winehq.org/patch.py?id=13237
Old revision New revision Changes Path 1.30 1.31 +3 -0 wine/programs/winetest/Makefile.in 1.3 1.4 +76 -1 wine/include/mlang.idl 1.3 1.4 +105 -4 wine/include/mlang.h 1.1 1.2 +193 -4 wine/dlls/mlang/tests/mlang.c 1.2 1.3 +205 -14 wine/dlls/mlang/mlang.c