projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
ole32: Remove useless parameter check.
[wine]
/
dlls
/
ddeml.dll16
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = ddeml.dll16
6
IMPORTS = user32 kernel32 kernel
7
8
EXTRADLLFLAGS = -Wb,--subsystem,win16
9
10
C_SRCS = ddeml.c
11
12
@MAKE_DLL_RULES@