Kusanagi Kouichi <sl...@ac.auone-net.jp> wrote: > +static WCHAR *towstr(const UINT cp, const char * const str) > +{
You are overusing 'const' modifiers. -- Dmitry.
Kusanagi Kouichi <sl...@ac.auone-net.jp> wrote: > +static WCHAR *towstr(const UINT cp, const char * const str) > +{
You are overusing 'const' modifiers. -- Dmitry.