commit | de7c3003e22013edc8af8e12a1e9ee09a4961a34 | [log] [tgz] |
---|---|---|
author | Mike McCormack <mike_mccormack@start.com.au> | Tue Jul 10 19:16:49 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jul 10 19:16:49 2001 +0000 |
tree | b59f20177451ad1a0c97103f5a03a09ecb9d2ac7 | |
parent | d50a5b3f0abbc0dac2c6f0e0993648458fabd53d [diff] [blame] |
Start implementing named pipes.
diff --git a/server/Makefile.in b/server/Makefile.in index e0bb99e..bb82aa7 100644 --- a/server/Makefile.in +++ b/server/Makefile.in
@@ -20,6 +20,7 @@ main.c \ mapping.c \ mutex.c \ + named_pipe.c \ object.c \ pipe.c \ process.c \