TAKESHIMA Hidenori <[EMAIL PROTECTED]> wrote:

>ChangeLog: 
> dlls/comctl32/datetime.c
> dlls/comctl32/header.c
> dlls/comctl32/rebar.c
> dlls/comctl32/status.c
> dlls/comctl32/toolbar.c
> dlls/comctl32/treeview.c
> dlls/commdlg/filedlg.c
> dlls/shell32/shlfolder.c
> dlls/shlwapi/path.c:
>fix for supporting DBCS.

First, I should say that it is a wrong way to fix DBCS. You could note,
that work in progress on converting the standard USER controls to unicode.
The same should be done for a common controls dll.

Second, you are somewhat strange mixing WtoA/AtoW functions (that should not
be used at all IMHO) with WideCharToMultiByte/MultiByteToWideChar.

Dmitry.




Reply via email to