winebuild: Fix import stub on ppc.
commit238e1868b2b29df813250ae2961a68a9b744f2f6
authorSimon Richter <Simon.Richter@hogyros.de>
Sat, 31 May 2008 08:51:01 +0000 (31 10:51 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Jun 2008 10:33:47 +0000 (2 12:33 +0200)
treec34daebf77156baffc36236e761bf108107f2f01
parentd1e277fb70ad512059db7a5fac39104388ea1fff
winebuild: Fix import stub on ppc.

The address calculation was wrong, as the addition of the lower 16 bits
is a signed addition, so if bit 15 is set, the upper 16 bits need to be
incremented by one (so the hi portion of the symbol always references
the symbol + 0x8000).
tools/winebuild/import.c