Moved DDEML into dlls/user.

oldstable
Dimitrie O. Paun 2000-05-14 23:34:41 +00:00 committed by Alexandre Julliard
parent a01004d828
commit 81eafedaf1
8 changed files with 5 additions and 22 deletions

View File

@ -73,6 +73,7 @@ EXTRADLLNAMES = \
avifile \
commdlg \
compobj \
ddeml \
dplay \
gdi \
keyboard \
@ -284,7 +285,7 @@ libttydrv.@LIBEXT@: ttydrv/libttydrv.@LIBEXT@
liburlmon.@LIBEXT@: urlmon/liburlmon.@LIBEXT@
$(RM) $@ && $(LN_S) urlmon/liburlmon.@LIBEXT@ $@
libuser32.@LIBEXT@ libuser.@LIBEXT@ libkeyboard.@LIBEXT@: user/libuser32.@LIBEXT@
libuser32.@LIBEXT@ libuser.@LIBEXT@ libkeyboard.@LIBEXT@ libddeml.@LIBEXT@: user/libuser32.@LIBEXT@
$(RM) $@ && $(LN_S) user/libuser32.@LIBEXT@ $@
libversion.@LIBEXT@ libver.@LIBEXT@: version/libversion.@LIBEXT@

View File

@ -4,11 +4,12 @@ SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = user32
SOVERSION = 1.0
ALTNAMES = user keyboard
ALTNAMES = user keyboard ddeml
SPEC_SRCS = user32.spec user.spec keyboard.spec
SPEC_SRCS = user32.spec user.spec keyboard.spec ddeml.spec
C_SRCS = \
ddeml.c \
user_main.c \
thunk.c

View File

@ -1,11 +1,9 @@
Makefile
call16.s
comm.spec.c
ddeml.spec.c
dispdib.spec.c
kernel.spec.c
ole2conv.spec.c
ole2nls.spec.c
ole2prox.spec.c
ole2thk.spec.c
system.spec.c

View File

@ -7,7 +7,6 @@ MODULE = if1632
SPEC_SRCS = \
comm.spec \
ddeml.spec \
dispdib.spec \
kernel.spec \
ole2conv.spec \

View File

@ -1,15 +0,0 @@
name ole2nls
type win16
1 pascal GetUserDefaultLCID() GetUserDefaultLCID
2 pascal GetSystemDefaultLCID() GetSystemDefaultLCID
3 pascal GetUserDefaultLangID() GetUserDefaultLangID
4 pascal GetSystemDefaultLangID() GetSystemDefaultLangID
5 pascal GetLocaleInfoA(long long ptr word) GetLocaleInfo16
6 stub LCMAPSTRINGA
7 pascal16 GetStringTypeA(long long str word ptr) GetStringType16
8 pascal16 CompareStringA(long long str word str word) CompareString16
9 pascal16 RegisterNLSInfoChanged(ptr) RegisterNLSInfoChanged16
#10 stub WEP
11 stub LIBMAIN
12 stub NOTIFYWINDOWPROC

View File

@ -11,7 +11,6 @@ C_SRCS = \
cdrom.c \
comm.c \
cpu.c \
ddeml.c \
debugstr.c \
error.c \
lstr.c \