Keep the file handle of 16-bit modules open while the module is
commit8db8368ee7b472c59abc3c6128a38c03c550dc7e
authorAlexandre Julliard <julliard@winehq.org>
Thu, 18 Sep 2003 04:35:34 +0000 (18 04:35 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 18 Sep 2003 04:35:34 +0000 (18 04:35 +0000)
tree409ca477a3d5ce59e750ff711dd261f12a392e5b
parent5d249cb225275b61eff8f87a051946f72e686c11
Keep the file handle of 16-bit modules open while the module is
loaded. This makes it possible to remove the InstallShield hack in
OpenFile16.
Moved LoadLibrary32_16 to kernel.
dlls/kernel/ne_module.c
files/file.c
include/module.h
loader/module.c