commit | 0efbce51127a38dc1a349c682b82af9df51af731 | [log] [tgz] |
---|---|---|
author | Rob Shearman <rob@codeweavers.com> | Wed Dec 26 11:03:03 2007 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Dec 26 14:02:04 2007 +0100 |
tree | 75442eaf077bb121701be90fbf2c1a8a4119472c | |
parent | 5b072fbbeced03e5cdd924a6521a96266b58a464 [diff] |
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.