From ad904024080667b37ab6fb8759aba85552e88520 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Thu, 24 Jul 2003 00:04:35 +0000 Subject: [PATCH] Move comm16.c to the 16-bit sources. --- dlls/user/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user/Makefile.in b/dlls/user/Makefile.in index 1f34ff55644..a8e2c09d6a4 100644 --- a/dlls/user/Makefile.in +++ b/dlls/user/Makefile.in @@ -62,7 +62,6 @@ C_SRCS = \ $(TOPOBJDIR)/windows/winproc.c \ cache.c \ caret.c \ - comm16.c \ dde/client.c \ dde/ddeml16.c \ dde/misc.c \ @@ -86,6 +85,7 @@ C_SRCS = \ C_SRCS16 = \ bidi16.c \ + comm16.c \ hook16.c \ network.c \ user16.c \