mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[SHLWAPI]
Explicitly add msvcrt before ntdll to use it's *sprintf functions. Fixes bug 5557 svn path=/trunk/; revision=49522
This commit is contained in:
parent
b4593924da
commit
44eef5b073
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
<library>shell32</library>
|
||||
<library>winmm</library>
|
||||
<library>version</library>
|
||||
<library>msvcrt</library>
|
||||
<library>ntdll</library>
|
||||
</module>
|
||||
</group>
|
||||
|
|
Loading…
Reference in a new issue