mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 19:25:36 +00:00
- Don't compile the non-conformng swprintf (it is identical to _swprinf) - Rename swprintf to _swprintf - Forward non-conforming exports to the underscored versions in CRT dlls
17 lines
341 B
CMake
17 lines
341 B
CMake
|
|
list(APPEND LIBCNTPR_PRINTF_SOURCE
|
|
printf/_snprintf.c
|
|
printf/_snwprintf.c
|
|
printf/_swprintf.c
|
|
printf/_vscprintf.c
|
|
printf/_vscwprintf.c
|
|
printf/_vsnprintf.c
|
|
printf/_vsnwprintf.c
|
|
printf/_vswprintf.c
|
|
printf/sprintf.c
|
|
printf/streamout.c
|
|
printf/vprintf.c
|
|
printf/vsprintf.c
|
|
printf/wstreamout.c
|
|
)
|