mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -37,6 +37,7 @@
|
||||
<library>shell32</library>
|
||||
<library>winmm</library>
|
||||
<library>version</library>
|
||||
<library>msvcrt</library>
|
||||
<library>ntdll</library>
|
||||
</module>
|
||||
</group>
|
||||
|
||||
Reference in New Issue
Block a user