mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:05:48 +00:00
* Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
This commit is contained in:
commit
25445ea35f
5851 changed files with 218087 additions and 724119 deletions
|
@ -206,7 +206,7 @@ int _setmbcp_l(int cp, LCID lcid, MSVCRT_pthreadmbcinfo mbcinfo)
|
|||
}
|
||||
|
||||
mbcinfo->mbcodepage = newcp;
|
||||
if(MSVCRT_locale && mbcinfo == MSVCRT_locale->mbcinfo)
|
||||
if(global_locale && mbcinfo == MSVCRT_locale->mbcinfo)
|
||||
memcpy(_mbctype, MSVCRT_locale->mbcinfo->mbctype, sizeof(_mbctype));
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue