oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.
commit0efbce51127a38dc1a349c682b82af9df51af731
authorRob Shearman <rob@codeweavers.com>
Wed, 26 Dec 2007 11:03:03 +0000 (26 11:03 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 26 Dec 2007 13:02:04 +0000 (26 14:02 +0100)
tree75442eaf077bb121701be90fbf2c1a8a4119472c
parent5b072fbbeced03e5cdd924a6521a96266b58a464
oleaut32: Fix copy and paste error in VARIANT_UserUnmarshall with VT_UNKNOWN test.

The variant type is VT_UNKNOWN so we should be using V_UNKNOWN, not
V_VARIANTREF(V_R8) to check the type unmarshalled properly.
dlls/oleaut32/tests/usrmarshal.c