oleaut32: Fix handling of hexadecimal/octal numbers in VarParseNumFromStr().
commit2e302e8d8c8d8873e55981f05e5e409ae1507836
authorFrancois Gouget <fgouget@codeweavers.com>
Tue, 10 Aug 2021 03:12:54 +0000 (10 05:12 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 10 Aug 2021 15:53:55 +0000 (10 17:53 +0200)
tree39809bc075e5ed97c4904dc3c91b62e42565e1ba
parentb63195d595db662e6d716395bc4fd5c12710790f
oleaut32: Fix handling of hexadecimal/octal numbers in VarParseNumFromStr().

They are incompatible with decimal numbers and currencies.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/oleaut32/tests/vartest.c
dlls/oleaut32/variant.c