mountmgr.sys: Use the correct variable for the include paths.
This commit is contained in:
parent
3dfcec768d
commit
15b40f62cc
|
@ -2,7 +2,7 @@ MODULE = mountmgr.sys
|
|||
IMPORTS = uuid advapi32 ntoskrnl.exe
|
||||
DELAYIMPORTS = user32
|
||||
EXTRADLLFLAGS = -Wb,--subsystem,native
|
||||
EXTRADEFS = @DBUS_CFLAGS@ @HAL_CFLAGS@
|
||||
EXTRAINCL = @DBUS_CFLAGS@ @HAL_CFLAGS@
|
||||
EXTRALIBS = @DISKARBITRATIONLIB@
|
||||
|
||||
C_SRCS = \
|
||||
|
|
Loading…
Reference in New Issue