wine/dlls/oleaut32
Francois Gouget c2aeb915f4 oleaut32: Fix VarParseNumFromStr()'s support for trailing thousands separator spaces.
If a trailing character is a thousands separator, VarParseNumFromStr()
only processes it if NUMPRS_THOUSANDS was specified; even if that
character is also a space and NUMPRS_TRAILING_WHITE was specified.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-22 13:15:12 +02:00
..
tests oleaut32: Fix VarParseNumFromStr()'s support for trailing thousands separator spaces. 2021-07-22 13:15:12 +02:00
connpt.c
connpt.h
dispatch.c
hash.c
Makefile.in
oleaut.c
oleaut32.rc
oleaut32.rgs
oleaut32.spec
oleaut32_oaidl.idl
oleaut32_ocidl.idl
olefont.c
olepicture.c
olepropframe.c
recinfo.c
resource.h
safearray.c
typelib.c
typelib.h
usrmarshal.c
varformat.c
variant.c oleaut32: Fix VarParseNumFromStr()'s support for trailing thousands separator spaces. 2021-07-22 13:15:12 +02:00
variant.h
vartype.c oleaut32: Update the VarDateFromStr() Y2K cutoff. 2021-07-20 13:19:47 +02:00