mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Smdll is a native DLL. Thanks to Ge van Geldorp for figuring this out.
svn path=/branches/xmlbuildsystem/; revision=15072
This commit is contained in:
parent
c9ff7749cf
commit
2bf694521a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<module name="smdll" type="win32dll" baseaddress="${BASEADDRESS_SMDLL}" installbase="system32" installname="smdll.dll">
|
||||
<module name="smdll" type="nativedll" baseaddress="${BASEADDRESS_SMDLL}" installbase="system32" installname="smdll.dll">
|
||||
<importlibrary definition="smdll.def" />
|
||||
<include base="smdll">.</include>
|
||||
<define name="_DISABLE_TIDENTS" />
|
||||
|
|
Loading…
Reference in a new issue