projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
We must include windef.h before wtypes.h (directly or indirectly).
[wine]
/
dlls
/
dplayx
/
Makefile.in
1
TOPSRCDIR = @top_srcdir@
2
TOPOBJDIR = ../..
3
SRCDIR = @srcdir@
4
VPATH = @srcdir@
5
MODULE = dplayx
6
SOVERSION = 1.0
7
IMPORTS = winmm ole32 user32 advapi32 kernel32 ntdll
8
9
C_SRCS = \
10
dpclassfactory.c \
11
dplay.c \
12
dplaysp.c \
13
dplayx_global.c \
14
dplayx_main.c \
15
dplayx_messages.c \
16
dplobby.c \
17
name_server.c
18
19
@MAKE_DLL_RULES@
20
21
### Dependencies:
22