widl: Structures and arrays with pointers should be complex when generating code...
authorRob Shearman <robertshearman@gmail.com>
Sat, 27 Dec 2008 17:35:50 +0000 (17:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 27 Dec 2008 19:23:19 +0000 (20:23 +0100)
commit2e0aefc1fd60e0e9f800e68eaaa905f031e3b544
tree40837027244e55e5d94463014ceea023ee9f1d3e
parent07e8ab45c96ac2387919674446252044c1e6c8c9
widl: Structures and arrays with pointers should be complex when generating code for 64-bit platforms.

The non-complex variants depend on the wire size of the
structure/array matching the buffer size, but this no longer applies
when pointers are 8 bytes instead of 4.
tools/widl/typegen.c