ChangeSet ID: 17067
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/13 11:11:36
Modified files:
dlls/wininet : internet.c
Log message:
Benjamin Cutler <cutler(a)cs.colostate.edu>
Check for an invalid hInternet handle in INET_QueryOptionHelper for
INTERNET_OPTION_PROXY before attempting to use it.
Patch: http://cvs.winehq.org/patch.py?id=17067
Old revision New revision Changes Path
1.120 1.121 +7 -0 wine/dlls/wininet/internet.c
ChangeSet ID: 17064
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/13 10:23:16
Modified files:
dlls/x11drv : bitmap.c
Log message:
Use an X context to associate the phys bitmap data to a bitmap handle
instead of directly accessing the bitmap structure.
Patch: http://cvs.winehq.org/patch.py?id=17064
Old revision New revision Changes Path
1.16 1.17 +44 -68 wine/dlls/x11drv/bitmap.c