Fixed 32-bit module name handling to conform better to Win9x.
authorUlrich Weigand <weigand@informatik.uni-erlangen.de>
Sat, 4 Dec 1999 04:04:58 +0000 (04:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 4 Dec 1999 04:04:58 +0000 (04:04 +0000)
commit237e8e95b0b6390b3fdd3f26a7309da7c23badd1
treec3a0c3e4a248e6ed5fb1d943d8ce9a5fcaceb7b2
parent0c0f7d35600a7eb5030392597e31bc8f33270e2c
Fixed 32-bit module name handling to conform better to Win9x.
Removed OFSTRUCT passing during process creation sequence.
Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
13 files changed:
include/dosexe.h
include/elfdll.h
include/module.h
include/pe_image.h
loader/dos/module.c
loader/elf.c
loader/elfdll.c
loader/main.c
loader/module.c
loader/ne/module.c
loader/pe_image.c
relay32/builtin32.c
scheduler/process.c