mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[NEWINFLIB]
* We don't need to define _CRT_NON_CONFORMING_SWPRINTFS for inflibhost. svn path=/trunk/; revision=56969
This commit is contained in:
@@ -20,7 +20,8 @@ else()
|
||||
infhostput.c
|
||||
infhostrtl.c)
|
||||
|
||||
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST -D_CRT_NON_CONFORMING_SWPRINTFS)
|
||||
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST)
|
||||
|
||||
add_library(inflibhost ${GLOBAL_FILES} ${SOURCE})
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(inflibhost "-Wpointer-arith -Wwrite-strings")
|
||||
|
||||
Reference in New Issue
Block a user