ChangeSet ID: 9727
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/10 18:33:45
Modified files:
tools/winegcc : winewrap.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Have the wrapper load the used DLLs in case the main program
calls them from constructors (with help from Alexandre Julliard).
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9727
Old revision New revision Changes Path
1.6 1.7 +12 -4 wine/tools/winegcc/winewrap.c
ChangeSet ID: 9725
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/10 18:28:52
Modified files:
dlls/ntdll : loader.c
Log message:
Fixed importing of dlls with no exports (reported by Warren Baird).
Don't crash on an empty load order specification (reported by Maxime
Bellengé).
Try to avoid crashing when an import is missing for a builtin dll.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9725
Old revision New revision Changes Path
1.48 1.49 +43 -15 wine/dlls/ntdll/loader.c