widl: Fix proc offset calculation.
authorEric Kohl <eric.kohl@t-online.de>
Sat, 18 Mar 2006 13:33:39 +0000 (14:33 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 18 Mar 2006 17:06:27 +0000 (18:06 +0100)
commitc7174f9fff45837f21b75c2b5d05d38f398a8e25
treeaa145d1d4852a7e10d1a4b0ad9c8d77471d4cce2
parent919d14c577bfb9262b6bd9f74e64fa60f0cc85c0
widl: Fix proc offset calculation.

A void return type is represented by a FC_END/FC_PAD sequence in the
proc format string. Increment the proc offset by two when a function
returns void.
tools/widl/client.c
tools/widl/server.c