mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 01:55:41 +00:00
sync trunk HEAD (r50626)
svn path=/branches/cmake-bringup/; revision=50635
This commit is contained in:
commit
89fbead325
32 changed files with 1401 additions and 138 deletions
|
@ -235,6 +235,8 @@ RtlMultiByteToUnicodeN(
|
|||
ULONG Size = 0;
|
||||
ULONG i;
|
||||
|
||||
PAGED_CODE_RTL();
|
||||
|
||||
if (NlsMbCodePageTag == FALSE)
|
||||
{
|
||||
/* single-byte code page */
|
||||
|
@ -300,6 +302,8 @@ RtlMultiByteToUnicodeSize(PULONG UnicodeSize,
|
|||
{
|
||||
ULONG Length = 0;
|
||||
|
||||
PAGED_CODE_RTL();
|
||||
|
||||
if (!NlsMbCodePageTag)
|
||||
{
|
||||
/* single-byte code page */
|
||||
|
@ -504,6 +508,8 @@ RtlUnicodeToMultiByteN (PCHAR MbString,
|
|||
ULONG Size = 0;
|
||||
ULONG i;
|
||||
|
||||
PAGED_CODE_RTL();
|
||||
|
||||
if (NlsMbCodePageTag == FALSE)
|
||||
{
|
||||
/* single-byte code page */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue