projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
comdlg32/tests: Don't test function directly when reporting GetLastError().
[wine]
/
dlls
/
mshtml
/
tests
/
Makefile.in
1
TESTDLL = mshtml.dll
2
IMPORTS = ole32 oleaut32 wininet user32 urlmon gdi32 advapi32
3
4
C_SRCS = \
5
activex.c \
6
dom.c \
7
events.c \
8
htmldoc.c \
9
htmllocation.c \
10
misc.c \
11
protocol.c \
12
script.c
13
14
RC_SRCS = rsrc.rc
15
16
@MAKE_TEST_RULES@