From: Amine Khaldi Date: Sun, 16 Dec 2012 17:15:34 +0000 (+0000) Subject: [LIBINFHOST] X-Git-Tag: backups/ros-csrss@60644~104^2~101 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ab0b0164acceb5f031703e320bd7b133e7bd3227 [LIBINFHOST] * Fix a linking issue with the upcoming toolchain. svn path=/trunk/; revision=57931 --- diff --git a/reactos/lib/inflib/CMakeLists.txt b/reactos/lib/inflib/CMakeLists.txt index 08e569606b7..7856d1900bf 100644 --- a/reactos/lib/inflib/CMakeLists.txt +++ b/reactos/lib/inflib/CMakeLists.txt @@ -23,6 +23,7 @@ else() add_definitions(-D__NO_CTYPE_INLINES -DINFLIB_HOST -D_CRT_NON_CONFORMING_SWPRINTFS) add_library(inflibhost ${GLOBAL_FILES} ${SOURCE}) if(NOT MSVC) + add_definitions(-D_swprintf=swprintf) add_target_compile_flags(inflibhost "-Wpointer-arith -Wwrite-strings") endif() target_link_libraries(inflibhost unicode)