mirror of
https://github.com/reactos/reactos.git
synced 2025-05-02 04:05:56 +00:00
[USER32_WSPRINTF]
* Add a missing dependency on psdk, revealed by the previous commit. svn path=/trunk/; revision=56306
This commit is contained in:
parent
7e0cd3140c
commit
bfef8930e0
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ add_library(user32_wsprintf
|
|||
string/mbstowcs_nt.c
|
||||
string/wcstombs_nt.c)
|
||||
|
||||
add_dependencies(user32_wsprintf psdk)
|
||||
add_target_compile_definitions(user32_wsprintf _USER32_WSPRINTF)
|
||||
|
||||
add_library(getopt misc/getopt.c)
|
||||
|
|
Loading…
Reference in a new issue