The vt field should be a VARTYPE not a VARENUM.

This commit is contained in:
Francois Gouget 2003-01-05 01:03:12 +00:00 committed by Alexandre Julliard
parent ecf2c570d2
commit 065e928a7b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#define VARTYPE_NOT_SUPPORTED 0
static struct {
enum VARENUM vt; /* VT */
VARTYPE vt; /* VT */
UINT elemsize; /* elementsize by VT */
UINT expflags; /* fFeatures from SafeArrayAllocDescriptorEx */
UINT addflags; /* additional fFeatures from SafeArrayCreate */