ntdll: Change the test for no relocation information to use the
authorRobert Shearman <rob@codeweavers.com>
Wed, 14 Jun 2006 01:38:34 +0000 (02:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Jun 2006 11:37:25 +0000 (13:37 +0200)
commit850ae994c6ca4eb9bd016bf3dfd1c72c918eba1b
treebd971bcde271f815b87555e8506b5d71384eb4d0
parente072d7a0a3c25a4308a835bb204f5a08db3413c7
ntdll: Change the test for no relocation information to use the
IMAGE_FILE_RELOCS_STRIPPED flag instead of a zero sized relocations
section.

This fixes loading of resource-only DLLs that have a load-address of
0x400000.
dlls/ntdll/virtual.c