Moved windows/driver.c to dlls/user/driver16.c.

This commit is contained in:
Alexandre Julliard 2005-06-09 09:50:03 +00:00
parent b70b78783d
commit f5c433fa68
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,6 @@ SPEC_SRCS16 = \
user.exe.spec
C_SRCS = \
$(TOPOBJDIR)/windows/driver.c \
$(TOPOBJDIR)/windows/multimon.c \
button.c \
caret.c \
@ -33,6 +32,7 @@ C_SRCS = \
desktop.c \
dialog.c \
dialog16.c \
driver16.c \
edit.c \
exticon.c \
focus.c \