Fixed refcount handling (waiting clients must not increase the
commit7c1cf8f00987a3cd7d92ba000cd7635ab8e9012e
authorAlexandre Julliard <julliard@winehq.org>
Thu, 3 Feb 2005 10:48:23 +0000 (3 10:48 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 3 Feb 2005 10:48:23 +0000 (3 10:48 +0000)
treef5d0694ca8ce3d47e25059c78de91f138880ef9f
parent52e5ac5e41a28c2446b7321a4ef8076674630e43
Fixed refcount handling (waiting clients must not increase the
refcount of the pipe).
Converted linked lists to use the standard functions.
Small cleanups.
server/named_pipe.c