21 Jul
2008
21 Jul
'08
1:31 a.m.
"Nicolas Le Cam" <niko.lecam(a)gmail.com> wrote:
Vista introduced new flags for CompareString, as stated in [1]. The value defined for LINGUISTIC_IGNORECASE is 0x10. So the invalid flag test don't fail as expected starting from this platform.
LINGUISTIC_IGNORECASE should be added first instead of using a hex value, and CompareString implementation should handle that flag as well. -- Dmitry.