mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:45:46 +00:00
[SETUPAPI][SETUPAPI_WINETEST] Use conforming swprintf
This commit is contained in:
parent
9b002025d4
commit
4648a2210f
2 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -4,6 +4,8 @@ add_definitions(
|
|||
-Dstrcasecmp=_stricmp
|
||||
)
|
||||
|
||||
remove_definitions(-D_CRT_NON_CONFORMING_SWPRINTFS)
|
||||
|
||||
list(APPEND SOURCE
|
||||
devinst.c
|
||||
dialog.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue