mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Mikhail Zvyozdochkin: Fix compilation of msafd without precompiled header (also fixes compilation process on linux)
svn path=/trunk/; revision=22678
This commit is contained in:
parent
78a7bd2051
commit
81f5e26099
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
<module name="msafd" type="win32dll" baseaddress="${BASEADDRESS_MSAFD}" installbase="system32" installname="msafd.dll">
|
||||
<importlibrary definition="msafd.def" />
|
||||
<include base="msafd">.</include>
|
||||
<include base="msafd">include</include>
|
||||
<include base="ReactOS">include/reactos/drivers</include>
|
||||
<define name="UNICODE" />
|
||||
|
|
Loading…
Reference in a new issue