ChangeSet ID: 7797
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/04 23:16:11
Modified files:
loader : pe_image.c
dlls/ntdll : ntdll_misc.h loader.c
Log message:
Rewrote most of the import fixup code to avoid doing redundant work
for every entry point. Moved it all to dlls/ntdll/loader.c.
Various optimizations in the other loader routines.
Patch: http://cvs.winehq.com/patch.py?id=7797
Old revision New revision Changes Path
1.127 1.128 +0 -259 wine/loader/pe_image.c
1.13 1.14 +0 -3 wine/dlls/ntdll/ntdll_misc.h
1.21 1.22 +325 -67 wine/dlls/ntdll/loader.c
ChangeSet ID: 7795
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/04/04 23:11:02
Modified files:
dlls/dsound : dsound_main.c capture.c
Log message:
Robert Reif <reif(a)earthlink.net>
Fixed a problem when multiple devices are present and a device other
than the first one is used.
Patch: http://cvs.winehq.com/patch.py?id=7795
Old revision New revision Changes Path
1.76 1.77 +8 -18 wine/dlls/dsound/dsound_main.c
1.7 1.8 +2 -1 wine/dlls/dsound/capture.c