Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
81eafeda
Commit
81eafeda
authored
May 14, 2000
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
May 14, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved DDEML into dlls/user.
parent
a01004d8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
5 additions
and
22 deletions
+5
-22
Makefile.in
dlls/Makefile.in
+2
-1
Makefile.in
dlls/user/Makefile.in
+3
-2
ddeml.c
dlls/user/ddeml.c
+0
-0
ddeml.spec
dlls/user/ddeml.spec
+0
-0
.cvsignore
if1632/.cvsignore
+0
-2
Makefile.in
if1632/Makefile.in
+0
-1
ole2nls.spec
if1632/ole2nls.spec
+0
-15
Makefile.in
misc/Makefile.in
+0
-1
No files found.
dlls/Makefile.in
View file @
81eafeda
...
...
@@ -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@
...
...
dlls/user/Makefile.in
View file @
81eafeda
...
...
@@ -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
...
...
misc
/ddeml.c
→
dlls/user
/ddeml.c
View file @
81eafeda
File moved
if1632
/ddeml.spec
→
dlls/user
/ddeml.spec
View file @
81eafeda
File moved
if1632/.cvsignore
View file @
81eafeda
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
...
...
if1632/Makefile.in
View file @
81eafeda
...
...
@@ -7,7 +7,6 @@ MODULE = if1632
SPEC_SRCS
=
\
comm.spec
\
ddeml.spec
\
dispdib.spec
\
kernel.spec
\
ole2conv.spec
\
...
...
if1632/ole2nls.spec
deleted
100644 → 0
View file @
a01004d8
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
misc/Makefile.in
View file @
81eafeda
...
...
@@ -11,7 +11,6 @@ C_SRCS = \
cdrom.c
\
comm.c
\
cpu.c
\
ddeml.c
\
debugstr.c
\
error.c
\
lstr.c
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment