LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not
authorAlexandre Julliard <julliard@winehq.org>
Thu, 31 Jan 2002 23:32:57 +0000 (23:32 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 31 Jan 2002 23:32:57 +0000 (23:32 +0000)
commitcd3afa895bf8b588006d92821822c3eed3cbd687
tree0cbb6f445d0b76712302ec5c19c6ae8395e10c19
parentf94462fb75f98079b451f23a4120073b3a7947b8
LOAD_LIBRARY_AS_DATAFILE modules must be mapped like normal files, not
like PE images. Fixed resource loading to handle that.
loader/module.c
loader/pe_image.c
loader/pe_resource.c