projects
/
wine
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
gdi32: Add null driver entry points for the mapping functions.
[wine]
/
dlls
/
wineqtdecoder
/
Makefile.in
Commit
Line
Data
eefe6f65
AS
1
MODULE = wineqtdecoder.dll
2
IMPORTS = strmiids strmbase uuid ole32 advapi32
3
EXTRALIBS = @QUICKTIMELIB@
4
5
C_SRCS = \
6
main.c \
7
qtvdecoder.c
8
9
@MAKE_DLL_RULES@