ChangeSet ID: 9391 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/09/17 23:35:34
Modified files: loader : module.c include : module.h files : file.c dlls/kernel : ne_module.c
Log message: 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.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9391
Old revision New revision Changes Path 1.191 1.192 +0 -15 wine/loader/module.c 1.93 1.94 +1 -0 wine/include/module.h 1.187 1.188 +5 -22 wine/files/file.c 1.7 1.8 +49 -18 wine/dlls/kernel/ne_module.c