Nikolay Sivov <[email protected]> writes: > @@ -239,6 +239,8 @@ static unsigned int get_type_size(ULONG *pFlags, VARTYPE > vt) > case VT_DISPATCH: > case VT_RECORD: > return 0; > + case VT_INT_PTR: > + return sizeof(INT_PTR);
This won't do the right thing on 64-bit. -- Alexandre Julliard [email protected]
