mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +00:00
[NEWINFLIB]
* Back out r56969 for MSVC compatibility, a better approach is coming up soon. svn path=/trunk/; revision=56971
This commit is contained in:
parent
6a17ab3c5e
commit
922ef66861
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ else()
|
||||||
infhostput.c
|
infhostput.c
|
||||||
infhostrtl.c)
|
infhostrtl.c)
|
||||||
|
|
||||||
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST)
|
add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST -D_CRT_NON_CONFORMING_SWPRINTFS)
|
||||||
|
|
||||||
add_library(inflibhost ${GLOBAL_FILES} ${SOURCE})
|
add_library(inflibhost ${GLOBAL_FILES} ${SOURCE})
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
add_target_compile_flags(inflibhost "-Wpointer-arith -Wwrite-strings")
|
add_target_compile_flags(inflibhost "-Wpointer-arith -Wwrite-strings")
|
||||||
|
|
Loading…
Reference in a new issue