ChangeSet ID: 995331323200784880202264
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/07/16 20:55:23
Modified files:
controls : listbox.c
Log message:
Bill Medland <medbi01(a)accpac.com>
As for the edit control, the style of the borders on the list control
is modified in the dialog loading code, not in the control itself.
Patch: http://cvs.winehq.com/patch.py?id=995331323200784880202264
Revision Changes Path
1.76 +7 -26 wine/controls/listbox.c
ChangeSet ID: 995330280277415839023888
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/07/16 20:38:00
Modified files:
include : winnt.h
server : named_pipe.c
Log message:
Ove Kaaven <ovek(a)transgaming.com>
Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
when opening a named pipe if the pipe exists but no instances of it are
currently waiting for a connection.
Patch: http://cvs.winehq.com/patch.py?id=995330280277415839023888
Revision Changes Path
1.92 +11 -1 wine/include/winnt.h
1.2 +1 -1 wine/server/named_pipe.c