mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 07:56:59 +00:00
[KERNEL32]
warn about unimplemented MB_ERR_INVALID_CHARS case svn path=/trunk/; revision=68301
This commit is contained in:
parent
f399e4f3e4
commit
ec8ef644e3
1 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue