mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[CMAKE] Remove __inline substitutions
All supported compilers can do C99 now, this is not needed anymore.
This commit is contained in:
@@ -140,10 +140,6 @@ if(NOT CMAKE_CROSSCOMPILING)
|
||||
if(MSVC_VERSION GREATER 1699)
|
||||
add_definitions(/D_ALLOW_KEYWORD_MACROS)
|
||||
endif()
|
||||
if(NOT USE_CLANG_CL)
|
||||
# FIXME: Inspect
|
||||
add_definitions(/Dinline=__inline)
|
||||
endif()
|
||||
endif()
|
||||
add_subdirectory(sdk/include/host)
|
||||
|
||||
|
Reference in New Issue
Block a user