Commit 2a59f016 authored by Alexandre Julliard's avatar Alexandre Julliard

mountmgr: Add dynamic devices support using UDisks.

Inspired by a patch from Detlef Riekenberg.
parent 55f52096
......@@ -2,7 +2,7 @@ MODULE = mountmgr.sys
IMPORTS = uuid advapi32 ntoskrnl.exe
DELAYIMPORTS = user32
EXTRADLLFLAGS = -Wb,--subsystem,native
EXTRADEFS = @HALINCL@
EXTRADEFS = @DBUSINCL@ @HALINCL@
EXTRALIBS = @DISKARBITRATIONLIB@
C_SRCS = \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment