Commit 065e928a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

The vt field should be a VARTYPE not a VARENUM.

parent ecf2c570
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment