8 Oct
2003
8 Oct
'03
10:41 p.m.
ChangeSet ID: 9693 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/10/08 17:41:12 Modified files: dlls/ntdll : relay.c dlls/kernel : wowthunk.c snoop16.c relay16.c Log message: Duplicate parts of the relay debugging init code into kernel to avoid referencing ntdll internal symbols. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9693 Old revision New revision Changes Path 1.4 1.5 +5 -6 wine/dlls/ntdll/relay.c 1.42 1.43 +4 -0 wine/dlls/kernel/wowthunk.c 1.3 1.4 +2 -2 wine/dlls/kernel/snoop16.c 1.5 1.6 +175 -33 wine/dlls/kernel/relay16.c