mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:13:01 +00:00
17 lines
294 B
Text
17 lines
294 B
Text
![]() |
|
||
|
include_directories(.. ../include)
|
||
|
|
||
|
add_definitions(-D_USER32_WSPRINTF)
|
||
|
|
||
|
add_library(user32_wsprintf
|
||
|
streamout.c
|
||
|
wstreamout.c
|
||
|
wsprintfA.c
|
||
|
wsprintfW.c
|
||
|
wvsprintfA.c
|
||
|
wvsprintfW.c
|
||
|
wvsnprintfA.c
|
||
|
wvsnprintfW.c
|
||
|
../string/mbstowcs_nt.c
|
||
|
../string/wcstombs_nt.c)
|