Skip to content
Snippets Groups Projects
Commit 065e928a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

The vt field should be a VARTYPE not a VARENUM.

parent ecf2c570
No related branches found
Tags wine-960421
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment