dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine] / dlls / mountmgr.sys / Makefile.in
1 MODULE    = mountmgr.sys
2 IMPORTS   = uuid advapi32 ntoskrnl.exe
3 DELAYIMPORTS = user32
4 EXTRADLLFLAGS = -Wb,--subsystem,native
5 EXTRADEFS = @DBUSINCL@ @HALINCL@
6 EXTRALIBS = @DISKARBITRATIONLIB@
7
8 C_SRCS = \
9         dbus.c \
10         device.c \
11         diskarb.c \
12         mountmgr.c
13
14 @MAKE_DLL_RULES@