Reimplement/document every low level variant function.
commit7e40baadc1a77018acf110ac0d14c52163fcbacc
authorJon Griffiths <jon_p_griffiths@yahoo.com>
Thu, 11 Dec 2003 04:28:20 +0000 (11 04:28 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Dec 2003 04:28:20 +0000 (11 04:28 +0000)
tree9da47a06ffba8a0e9b487d2ead87e07a41b4bcbe
parent076000ce51052c1277d2d5db450e8ddeec7c949c
Reimplement/document every low level variant function.
Implement DECIMAL, I8, UI8 types and other missing conversions.
VariantChangeType: Use LOCALE_USER_DEFAULT as per MSDN.
VariantChangeTypeEx: Support new types, pass proper flags.
VarNumFromParseNum: Support VT_DECIMAL as output.
dlls/oleaut32/Makefile.in
dlls/oleaut32/oleaut32.spec
dlls/oleaut32/tests/vartest.c
dlls/oleaut32/variant.c
dlls/oleaut32/vartype.c [new file with mode: 0644]