widl: Write string lengths in host endianness.
commitb5614f763fe8e1f5c725cf26b693985a5ba6de5c
authorSimon Richter <Simon.Richter@hogyros.de>
Tue, 17 Jun 2008 05:46:14 +0000 (17 07:46 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 18 Jun 2008 13:21:48 +0000 (18 15:21 +0200)
treedbc7b7e9520e27f8f71563b2c80c6df56c3fb8d2
parentb4057a6f39cd28298c5a1577b01d58369879ecc8
widl: Write string lengths in host endianness.

Type libraries are currently parsed in host endianness, so byte arrays
that are going to be interpreted as integers need to be written in the
appropriate byte order.
tools/widl/write_msft.c