"Andriy Palamarchuk" <[EMAIL PROTECTED]> wrote: > One more important change in C framework is support of > Unicode in testing. > Dimitry, can you look at it? See how it is used in > sysparams.c, search for "has_unicode" function call. > I'm interested in your comments.
I would suggest to explicitly use A and W suffixes to avoid confusion: not just SystemParametersInfo, but SystemParametersInfoA. -- Dmitry.