widl: Fix detection of SAFEARRAY pointers when writing array pointers.
commit65610a4c943ede72f8a2a746e5e66109fcb7ca74
authorZebediah Figura <z.figura12@gmail.com>
Tue, 9 Oct 2018 23:06:40 +0000 (9 18:06 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 10 Oct 2018 15:44:02 +0000 (10 17:44 +0200)
treeadafb22ec873eb823ad9007502d715bc3d3f5353
parent23c0047c818c20f73fb8244a0227a13581963ffe
widl: Fix detection of SAFEARRAY pointers when writing array pointers.

This code was introduced in 7d1e3691, but that commit did not account for
pointers to normal C arrays.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
tools/widl/typelib.c
tools/widl/write_msft.c