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