ChangeSet ID: 17017
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/11 11:10:01
Modified files:
programs/winetest: winetest.h main.c gui.c
Log message:
Ferenc Wagner <wferi(a)tba.elte.hu>
Use the same maximum length for tags given on the command line and
tags entered in the GUI.
Patch: http://cvs.winehq.org/patch.py?id=17017
Old revision New revision Changes Path
1.6 1.7 +1 -0 wine/programs/winetest/winetest.h
1.34 1.35 +3 -0 wine/programs/winetest/main.c
1.8 1.9 +1 -1 wine/programs/winetest/gui.c
ChangeSet ID: 17015
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/11 09:26:18
Modified files:
dlls/wininet : internet.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
- set size required correctly for all supported options
- tidy up a few lines of indenting in INET_QueryOptionHelper
- implement querying INTERNET_OPTION_PROXY
Patch: http://cvs.winehq.org/patch.py?id=17015
Old revision New revision Changes Path
1.118 1.119 +140 -38 wine/dlls/wininet/internet.c