kernel32: GetTimeFormat and GetDateFormat should fail if LOCALE_NOUSEROVERRIDE is...
commitf70fb8ec4c19739b579b9f3d5c47aaed1777f29e
authorDmitry Timoshkov <dmitry@codeweavers.com>
Fri, 5 Jan 2007 06:25:39 +0000 (5 14:25 +0800)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 5 Jan 2007 17:24:12 +0000 (5 18:24 +0100)
treee47144f8c3a2105268e53130bc8c1f9f021ad1bd
parent5b692005e8514417cb7592b3d008ae660e24915d
kernel32: GetTimeFormat and GetDateFormat should fail if LOCALE_NOUSEROVERRIDE is specified simultaneously with a format string.
dlls/kernel32/lcformat.c
dlls/kernel32/tests/locale.c