mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[KERNEL32]
warn about unimplemented MB_ERR_INVALID_CHARS case svn path=/trunk/; revision=68301
This commit is contained in:
@@ -451,13 +451,17 @@ IntMultiByteToWideCharCP(UINT CodePage,
|
||||
/* Different handling for DBCS code pages. */
|
||||
if (CodePageTable->MaximumCharacterSize > 1)
|
||||
{
|
||||
/* FIXME */
|
||||
|
||||
UCHAR Char;
|
||||
USHORT DBCSOffset;
|
||||
LPCSTR MbsEnd = MultiByteString + MultiByteCount;
|
||||
INT Count;
|
||||
|
||||
if (Flags & MB_ERR_INVALID_CHARS)
|
||||
{
|
||||
/* FIXME */
|
||||
DPRINT1("IntMultiByteToWideCharCP: MB_ERR_INVALID_CHARS case not implemented!\n");
|
||||
}
|
||||
|
||||
/* Does caller query for output buffer size? */
|
||||
if (WideCharCount == 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user