mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CMAKE]
define inline to __inline for host tools on MSVC builds svn path=/branches/cmake-bringup/; revision=49934
This commit is contained in:
@@ -8,6 +8,9 @@ include(config.cmake)
|
||||
if(NOT CMAKE_CROSSCOMPILING)
|
||||
|
||||
add_definitions(-DTARGET_i386)
|
||||
if(MSVC)
|
||||
add_definitions(-Dinline=__inline)
|
||||
endif()
|
||||
|
||||
include_directories(
|
||||
${REACTOS_SOURCE_DIR}/tools/unicode
|
||||
|
||||
Reference in New Issue
Block a user