[3/9] server: Use the same object type for both ends of a named pipe. (try 2)

Alexandre Julliard julliard at winehq.org
Fri Dec 28 15:25:54 CST 2012


Adam Martinson <adam.r.martinson at gmail.com> writes:

> From 8eb230b505ddd986b689caf96510fbe016d721a7 Mon Sep 17 00:00:00 2001
> From: Adam Martinson <adam.r.martinson at gmail.com>
> Date: Thu, 20 Dec 2012 19:55:13 -0600
> Subject: [PATCH 3/9] server: Use the same object type for both ends of a named pipe.
>
> Makes either end of a named pipe is readable after the other has been closed.
> (If the pipe has not been disconnected)

This is still changing way too many things at once. Also, using an array
for pipe ends doesn't make much sense, just use two variables.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list