[USER32_WSPRINTF]

* Add a missing dependency on psdk, revealed by the previous commit.

svn path=/trunk/; revision=56306
This commit is contained in:
Amine Khaldi 2012-04-01 17:32:55 +00:00
parent 7e0cd3140c
commit bfef8930e0

View file

@ -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)