https://bugs.winehq.org/show_bug.cgi?id=38950
--- Comment #7 from Alexandre Julliard julliard@winehq.org --- (In reply to Anastasius Focht from comment #0)
Characteristics = EXECUTABLE_IMAGE|32BIT_MACHINE|LINE_NUMS_STRIPPED|LOCAL_SYMS_STRIPPED
The check must include 'EXECUTABLE_IMAGE'.
Actually we have tests to show that this is not true, cf. test_import_resolution() in dlls/kernel32/tests/loader.c. There must be something else going on here.