mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
added missing advapi32.lib to fix build with msvc
svn path=/trunk/; revision=19214
This commit is contained in:
parent
1bd2bae415
commit
2aa1842c68
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
<define name="_WIN32_WINNT">0x501</define>
|
||||
<library>kernel32</library>
|
||||
<library>user32</library>
|
||||
<library>advapi32</library>
|
||||
<library>version</library>
|
||||
<library>comctl32</library>
|
||||
<library>shell32</library>
|
||||
|
|
Loading…
Reference in a new issue