ChangeSet ID: 13163 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2004/08/06 13:56:46 Modified files: include : mlang.idl mlang.h dlls/mlang : mlang.spec mlang.c Log message: Dmitry Timoshkov <dmitry(a)codeweavers.com> Implement ConvertINetMultiByteToUnicode, ConvertINetUnicodeToMultiByte and IsConvertINetStringAvailable by moving common code around, add a stub for ConvertINetString. Patch: http://cvs.winehq.org/patch.py?id=13163 Old revision New revision Changes Path 1.2 1.3 +13 -0 wine/include/mlang.idl 1.2 1.3 +10 -0 wine/include/mlang.h 1.1 1.2 +4 -4 wine/dlls/mlang/mlang.spec 1.1 1.2 +175 -127 wine/dlls/mlang/mlang.c