Kusanagi Kouichi <[email protected]> wrote: > +static WCHAR *towstr(const UINT cp, const char * const str) > +{
You are overusing 'const' modifiers. -- Dmitry.
Kusanagi Kouichi <[email protected]> wrote: > +static WCHAR *towstr(const UINT cp, const char * const str) > +{
You are overusing 'const' modifiers. -- Dmitry.