ntdll: Use 32bit when COM header marks it required.
commit8cd569cf2628fbb2497e5ef020e670f77cf36d40
authorBrendan McGrath <brendan@redmandi.com>
Sat, 24 Nov 2018 19:39:00 +0000 (25 06:39 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 28 Nov 2018 10:38:22 +0000 (28 11:38 +0100)
tree4d862f1bc01112f77a651f0a2314c5e156c8e7ab
parent081a48ebabc5c258aa580ff05d31f29c3fb3e08d
ntdll: Use 32bit when COM header marks it required.

Currently, when using wine64 to to load a .NET application which has the
32-bit required flag switched on, it fails with a c0000017 error
(ERROR_NOT_ENOUGH_MEMORY).

Signed-off-by: Brendan McGrath <brendan@redmandi.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/loader.c