projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
kernel32: Remove superfluous heap reallocation calls in FormatMessageA/W.
[wine]
/
dlls
/
mmdevapi
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = mmdevapi.dll
6
IMPORTS = uuid ole32 oleaut32 user32 advapi32 kernel32 ntdll
7
EXTRALIBS = @FRAMEWORK_OPENAL@
8
9
C_SRCS = \
10
devenum.c \
11
main.c \
12
regsvr.c
13
14
@MAKE_DLL_RULES@