- add stubbed support for IEnumScript interface
commit8c2ff3ca6dcc670776237cbddc7c261deeba2d32
authorDmitry Timoshkov <dmitry@codeweavers.com>
Wed, 11 Aug 2004 18:53:02 +0000 (11 18:53 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 11 Aug 2004 18:53:02 +0000 (11 18:53 +0000)
treebfb6f5a818b8bbdc231546d6f99e8733c7f7fb70
parent1dac53bc76b2569455577fd95cf0b27ee01ca6e6
- 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)
dlls/mlang/mlang.c
dlls/mlang/tests/mlang.c
include/mlang.h
include/mlang.idl
programs/winetest/Makefile.in