ChangeSet ID: 9502 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/09/25 15:25:22 Modified files: dlls/wininet : utility.c internet.h internet.c http.c ftp.c Log message: Mike McCormack <mike(a)codeweavers.com> Use unions instead of defines in async work requests. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9502 Old revision New revision Changes Path 1.12 1.13 +8 -7 wine/dlls/wininet/utility.c 1.15 1.16 +116 -40 wine/dlls/wininet/internet.h 1.67 1.68 +146 -105 wine/dlls/wininet/internet.c 1.41 1.42 +20 -16 wine/dlls/wininet/http.c 1.33 1.34 +56 -37 wine/dlls/wininet/ftp.c