ChangeSet ID: 5512
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/23 22:05:59
Modified files:
include : winsock.h
Log message:
Patrick J. McNerthney <pat(a)mcnerthney.com>
Removed the #undef of WS_DEFINE_SELECT so that select is in fact
defined.
Fixed if statement in __WS_FD_SET2 which used a = where a == is
needed, in additition the if did not have its outer set of
parenthesis.
Removed parentheses around type to be cast in __WS_FD_SET macro.
Removed WS macro usage from within other macros because the WS macro
is undefined when these macros are expanded.
Added WINAPI attributee to select definition.
Patch: http://cvs.winehq.com/patch.py?id=5512
Old revision New revision Changes Path
1.45 1.46 +12 -13 wine/include/winsock.h
ChangeSet ID: 5508
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/09/23 15:55:22
Modified files:
dlls/comctl32 : listview.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
- Fix outputting of a text pointer in debug mode (by Rein Klazes).
- Remove a large bunch of superfluous ZeroMemory calls.
- Fix a couple of bugs.
Patch: http://cvs.winehq.com/patch.py?id=5508
Old revision New revision Changes Path
1.148 1.149 +27 -51 wine/dlls/comctl32/listview.c