ChangeSet ID: 10718
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 20:21:01
Modified files:
dlls/kernel : comm.c
Log message:
Vincent Béron <vberon(a)mecano.gme.usherb.ca>
Move the implementation of GetDefaultCommConfig from A to W.
Get rid of a W->A cross call at the same time.
Patch: http://cvs.winehq.com/patch.py?id=10718
Old revision New revision Changes Path
1.76 1.77 +24 -22 wine/dlls/kernel/comm.c
ChangeSet ID: 10717
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 20:14:50
Modified files:
dlls/kernel : comm.c
Log message:
Vincent Béron <vberon(a)mecano.gme.usherb.ca>
Unicodify some comm functions.
Get rid of some W->A cross calls along the way.
Patch: http://cvs.winehq.com/patch.py?id=10717
Old revision New revision Changes Path
1.75 1.76 +80 -62 wine/dlls/kernel/comm.c
ChangeSet ID: 10715
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 20:03:16
Modified files:
dlls/wininet/tests: http.c
Log message:
Mike Hearn <mike(a)theoretic.com>
Change URL used in http tests to be a #define so it can be changed
easily in future, and make it point to winehq.
Patch: http://cvs.winehq.com/patch.py?id=10715
Old revision New revision Changes Path
1.10 1.11 +8 -5 wine/dlls/wininet/tests/http.c
ChangeSet ID: 10714
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/01/15 20:02:38
Modified files:
dlls/user/tests: input.c
Log message:
Francois Gouget <fgouget(a)free.fr>
The MSVC headers won't give a name to the nameless union of INPUT
despite our request (NONAMELESSUNION). So define our own type and use
it instead.
Remove useless NONAMELESSSTRUCT.
Fix signed/unsigned warning.
Patch: http://cvs.winehq.com/patch.py?id=10714
Old revision New revision Changes Path
1.2 1.3 +19 -9 wine/dlls/user/tests/input.c