Moved windows/driver.c to dlls/user/driver16.c.
This commit is contained in:
parent
b70b78783d
commit
f5c433fa68
|
@ -16,7 +16,6 @@ SPEC_SRCS16 = \
|
||||||
user.exe.spec
|
user.exe.spec
|
||||||
|
|
||||||
C_SRCS = \
|
C_SRCS = \
|
||||||
$(TOPOBJDIR)/windows/driver.c \
|
|
||||||
$(TOPOBJDIR)/windows/multimon.c \
|
$(TOPOBJDIR)/windows/multimon.c \
|
||||||
button.c \
|
button.c \
|
||||||
caret.c \
|
caret.c \
|
||||||
|
@ -33,6 +32,7 @@ C_SRCS = \
|
||||||
desktop.c \
|
desktop.c \
|
||||||
dialog.c \
|
dialog.c \
|
||||||
dialog16.c \
|
dialog16.c \
|
||||||
|
driver16.c \
|
||||||
edit.c \
|
edit.c \
|
||||||
exticon.c \
|
exticon.c \
|
||||||
focus.c \
|
focus.c \
|
||||||
|
|
Loading…
Reference in New Issue