mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[NTUSER] UserIsDBCSEnabled: Vietnamese doesn't use DBCS
CORE-11700
This commit is contained in:
parent
fbab1914a6
commit
173fca6ed6
1 changed files with 0 additions and 1 deletions
|
@ -21,7 +21,6 @@ BOOL APIENTRY UserIsDBCSEnabled(VOID)
|
|||
case LANG_CHINESE:
|
||||
case LANG_JAPANESE:
|
||||
case LANG_KOREAN:
|
||||
//case LANG_VIETNAMESE: // Are you using double-byte character strings?
|
||||
return TRUE;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue