rundll32: Only call LoadLibrary16 on x86.
commit53ec99daeb0551fb2f7dd48c03c63951b8ff6824
authorEsme Povirk <esme@codeweavers.com>
Tue, 6 Jul 2021 21:31:47 +0000 (6 16:31 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 7 Jul 2021 09:32:38 +0000 (7 11:32 +0200)
tree9e26e10655b9c059dd8e3a2b2dfc6417dbbfa094
parentadffa11609093c3c21cf43970bbecda1b2c43eb1
rundll32: Only call LoadLibrary16 on x86.

These are imported by ordinal, so on other architectures we end
up calling whatever ends up on that ordinal, which is currently
Beep on x86_64.

Signed-off-by: Esme Povirk <esme@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
programs/rundll32/rundll32.c