X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fkernel32%2Fmisc%2Fmbchars.c;h=d4116b4c5dd1a2596eaca5a53739d31afc2af042;hp=32e5135a249c9321a0a0f2c70730bda3fc1b2898;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/kernel32/misc/mbchars.c b/lib/kernel32/misc/mbchars.c index 32e5135..d4116b4 100644 --- a/lib/kernel32/misc/mbchars.c +++ b/lib/kernel32/misc/mbchars.c @@ -63,6 +63,8 @@ IsInstalledCP(UINT CodePage) * NEVER multi-byte (that is each input character is * 8-bit ASCII) and is ALWAYS NULL terminated. * FIXME-FIXME-FIXME-FIXME + * + * @implemented */ INT STDCALL @@ -102,7 +104,7 @@ MultiByteToWideChar( //if (-1 == cchMultiByte) if (cchMultiByte < 0) { - InStringLength = lstrlen(lpMultiByteStr) + 1; + InStringLength = lstrlenA(lpMultiByteStr) + 1; } else { @@ -209,8 +211,9 @@ MultiByteToWideChar( * A raw converter for now. It just cuts off the upper 9 Bit. * So the MBCS-string does not contain any LeadCharacters * FIXME - FIXME - FIXME - FIXME + * + * @implemented */ - int STDCALL WideCharToMultiByte(