ChangeSet ID: 9393
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/09/18 15:51:32
Modified files:
documentation : Makefile.in .cvsignore
Log message:
Remove the FAQ from the doc tarball, and build it as a single .html
file (based on patch by Dimitrie O. Paun).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9393
Old revision New revision Changes Path
1.35 1.36 +9 -5 …
[View More]wine/documentation/Makefile.in
1.11 1.12 +2 -2 wine/documentation/.cvsignore
[View Less]
ChangeSet ID: 9391
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)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.…
[View More]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
[View Less]