[SETUPAPI][SETUPAPI_WINETEST] Use conforming swprintf

This commit is contained in:
Hermès Bélusca-Maïto 2023-09-27 21:26:59 +02:00
parent 9b002025d4
commit 4648a2210f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ add_definitions(
-D_CFGMGR32_
)
remove_definitions(-D_CRT_NON_CONFORMING_SWPRINTFS)
add_rpc_files(client ${REACTOS_SOURCE_DIR}/sdk/include/reactos/idl/pnp.idl)
spec2def(setupapi.dll setupapi.spec ADD_IMPORTLIB)

View file

@ -4,6 +4,8 @@ add_definitions(
-Dstrcasecmp=_stricmp
)
remove_definitions(-D_CRT_NON_CONFORMING_SWPRINTFS)
list(APPEND SOURCE
devinst.c
dialog.c